Natural Docs is a documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This version adds PHP support and makes sure variable
names that start with symbols are sorted properly in the
indexes. "$foo" will appear under F instead of with the
symbols. It also fixes bugs with multiline Pascal and Ada
prototypes, as well as when using splint-like comments
such as /*@out@*/. Finally, it's easier add custom topic
keywords and types, as well as have them indexed.
This release fixes tab expansion in text diagrams and example code, improves the transparent email obfuscation, and fixes function prototype detection and formatting in Pascal, Delphi, Ada, and some cases of TSQL. It also adds Tcl support.
This release adds support for seven more programming languages including C#, Python, PL/SQL, and VB. Link tooltips now have the summary sentence of the target, and if applicable, the fully formatted prototype. Indexes are now added and removed automatically, and are now also available for types and constants. Compatibility with KHTML (Konqueror, Safari) is also much improved.