RSS 31 projects tagged "Documentation"

Download Website Updated 02 Jul 2001 mmake

Screenshot
Pop 29.05
Vit 2.68

mmake will generate a Makefile for Java programs. It supports packages, JavaDoc, Cleanup, preprocessor support for version handling, Jar files, Installation, and many more functions.

Download Website Updated 25 Feb 2002 nuweb

Screenshot
Pop 43.27
Vit 1.52

nuweb is a lightweight, fast Literate Programming tool that lets you write a document describing your software and extract the code for your software from that document.

Download No website Updated 30 May 2001 java_syn.pl

Screenshot
Pop 15.68
Vit 1.00

java_syn.pl is a syntax highlighter for Java that converts a package of multiple .java files to multiple .html files. Class names are converted to links, so the reader can click on a class name to immediately see its source code. Default highlighting colors are the same as in Textpad.

Download Website Updated 06 Sep 2001 XML-Lit

Screenshot
Pop 37.74
Vit 1.43

XML-Lit is a simple program to perform very basic literate programming with any XML-based markup language. It uses James Clark's Expat XML parser to weave (convert to a form suitable for processing) and tangle (extract the source code from) your XML documents. It has only been tested with DocBook at the moment, but there is no reason why it should not work with any arbitrary XML markup.

Download Website Updated 20 Dec 2011 EFEU

Screenshot
Pop 69.54
Vit 8.69

EFEU is suitable for handling data cubes, which are especially useful for building data warehouses. It consists of a building system including mkmf (a xmkmf like Makefile generator), esh (a powerful C/C++ interpreter), efeudoc (a document generator with different output formats (LaTeX, HTML, roff, etc.)). EFEU has a huge set of C library core features, including robust memory allocation tools, functions to concatenate and copy strings with memory allocation, buffers for dynamically-growing strings and fields, data structures with reference counters and garbage collection, and file tools that allow you to specify pipes wherever a filename is expected and support automatic implementation of (de)compression filters (gzip) depending on filename extensions. It also includes a high-level interface to files, strings, and anything else you can read from or write to.

Download No website Updated 08 Aug 2001 dtags

Screenshot
Pop 20.49
Vit 1.00

dtags is a tool that allows you to use Exuberant Ctags with xsltproc. The XSL for the gtk-doc HTML formatting style is included.

No download Website Updated 13 Dec 2005 Jamit

Screenshot
Pop 62.86
Vit 2.81

Jamit (Java Access Modifiers Inference Tool) allows you to infer tighter access modifiers for Java code. Analyzing bytecode, it can find out if fields or methods may be declared private, default, protected, or final. Engineering software with Jamit can thus help increase hiding and keep interfaces as small as possible. The most useful application for Jamit is dead code elimination. Jamit can be used to find out which methods and classes are unreachable and automatically eliminate the corresponding code, saving space for binary distributions.

Download No website Updated 10 Jun 2002 docXP

Screenshot
Pop 44.90
Vit 1.00

docXP is a programmer's tool that can be used to generate XML and HTML describing PHP classes. It supports XSLT themes, four different XSLT processors, and includes a complete reusable 'reflection' package.

Download Website Updated 09 Sep 2002 sourcecode XML metadata extraction tools

Screenshot
Pop 40.17
Vit 1.43

The sourcecode XML metadata extraction tools are intended to be used for extracting and transforming XML-like markup embedded in source code comments into syntactically correct external entities or well-formed XML files. This can be used for JavaDoc-like code annotation, providing structured comments, or even embedding metadata used by the build process or configuration management tools.

No download Website Updated 06 May 2009 QDox

Screenshot
Pop 31.50
Vit 3.25

QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.

Screenshot

Project Spotlight

R2CORBA

CORBA for Ruby.

Screenshot

Project Spotlight

CmdOption

A simple annotation-driven command line parser toolkit for Java 5 applications.