502 projects tagged "Documentation"
Libecc is a C++ elliptic curve cryptography library that supports fixed-size keys for maximum speed. The goal of this project is to become the first free Open Source library providing the means to generate safe elliptic curves, and to provide an important source of information for anyone with general interest in ECC.
ROBODoc is an API documentation tool. It extracts specially-formated comment headers from a source file and puts them in a separate file. ROBODoc allows you to include the program documentation in the source code and avoid having to maintain two separate documents. ROBODoc can format the documentation in HTML, LaTeX, RTF, XML DocBook, or ASCII format. It is even possible to include parts of the source code. It works with Assembler, C, C++, Java, Perl, LISP, Occam, Tcl/Tk, Pascal, Fortran, shell scripts, HTML, and COBOL; basically any language that supports comments.
MkDoc is a C and C++ code documentation tool. It parse complex code and still produces clear documentation for developers and library users. Unlike most code generation tools, it does not simply write generated code documentation with pieces of user text inside. Instead it handles plain documentation files with sections and other constructs (like Texinfo or LaTeX) and inserts pieces of generated code documentation on request. Thus it does not enforce any way of structuring your document. It has been designed to parse advanced C++ constructs including class inheritance, template specialization, and template instantiation. XHTML, Texinfo, LaTeX, and DocBook output formats are supported.
cproto generates function prototypes for functions defined in the specified C source files to the standard output. The function definitions may be in K&R or ANSI C style, or in the lint library form. cproto can also convert function definitions in the specified files from the K&R style to the ANSI C style.
SchemaView Plus is a GUI for creating, retrieving, drawing, and printing database schema. It uses Perl, Tk, DBI, and XML packages. Schema can be retrieved using DBIx::SystemCatalog, and it uses XML for storing and retrieving data in text files. You can write any filters to modify these XML files to add new functionality based on your projects (e.g. dropping off some relationships).
Seetxt is a lightweight text file and man page viewer for X windows. It maintains "document meta-data" for each user, allowing them to automatically keep bookmarks and highlights for read-only system files. It also has a "server mode" so that command line requests can be sent to a single running server rather than starting multiple instances. Other features include hypertext-style apropos (man page) searches, file monitoring, multi-level regular expression searching, a command history, and nice little toggle lights on the interface for the server and file monitor. There's also cross-application drag-n-drop support, and handy little features that allow you to view the output of shell commands and process the text buffer with an external command (sed, awk, grep, perl, etc.) Seetxt is POSIX compliant.
Txt2tags converts a text file with minimal markup to HTML, XHTML, SGML, DocBook, LaTeX, Lout, Man page, Creole, Wikipedia, Google Code Wiki, PmWiki, DokuWiki, MoinMoin, MagicPoint, PageMaker, AsciiDoc, or ASCII Art. It is simple and fast and features automatic TOC, macros, filters, include, tools, GUI, CLI, and Web interfaces, translations, and extensive documentation.