ANN: DelphiCodeToDoc v0.11beta released - Free documentation system for Delphi
The latest version of DelphiCodeToDoc (v0.11b) has been released. It can be downloaded here:
http://prdownloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.11b.zip?download
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 ?
DelphiCodeToDoc continue in Beta version. It will be release as stable (v1.0) in some next releases (need to fix major bugs before).
Last revision v0.10beta include all the modifications listed below :
Fixed Additionnal comment TAG not recognize inside BEGIN/END block (Tracker 1102878)
Added CHM output support (Tracker 1068553)
Added confirmation panel when purging output folder (Tracker 1090605)
Fixed Main Window not refresh when building output files (Tracker 1069242)
Deleted Check menu item and Build, as Check&Build exists now (Tracker 1068492)
Fixed Output HTML to be W3C HTML 4.01 valid (Tracker 1091427)
Added delimiter in debug message before Check&Build command (Tracker 1088242)
Added Menu item to clear messages (Tracker 1088242)
Fixed Overloaded method result in single method (Tracker 916540)
Fixed @return TAG doesn't work anymore (Tracker 1069251)
What are the known bugs of the software ?
*Some messages are not translated
What are the known limitations of the software ?
No pre-processor define can be add
Propertys have no description (but are generated)
Events have no description
Only English language is support for generated documentation
@see TAG in not supported
Record are not generated and don't support JavaDoc TAG
What will be include or change in the next revisions ?
Add language choice for generated documentation
New nice Project Wizard