DelphiCodeToDoc is a free documentation system for Delphi with JavaDoc support. DC2D uses information about source code symbols and formatted comments in files to produce accurate documentation from your application and component.
ANN: DelphiCodeToDoc v0.22beta released - Free documentation system for Delphi
The latest version of DelphiCodeToDoc (v0.22b) has been released. It can be downloaded here:
http://downloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.22b.zip
DelphiCodeToDoc is a free documentation system for Delphi, released under the GNU General Public License. It uses information about source code symbols and formatted comments in files to produce accurate documentation from your application and component.. The JavaDoc syntax is now supported
http://dephicodetodoc.sourceforge.net
What are the change in the last revision ?
Last revision v0.22beta include the modifications listed below :
Added support for comments just after a procedure (between procedure headings and the BEGIN keyword)
Updated html output now in UTF8 format
Updated parser to support freepascal language (exponent , operators)
Fixed redirection from console (hhc.exe) generates spurious string to log window
Fixed Exception with empty var section in class (Tracker 2488024)
Fixed no (htm) output generation when "ocClasses" is removed (Tracker 2487028)
What are the known bugs of the software ?
Some messages are not translated.
Classes differentiates Fields and Vars, which should be merged.
What are the known limitations of the software ?
Class vars can be comment only with an inline comment just after the declaration
Only English language is support for generated documentation
@see TAG in not implemented
When a project is open, changing the language doesn't work for the configuration page
What will be include or change in the next revisions ?
* Fix critical and major bugs