ANN: DelphiCodeToDoc v0.9beta released - Free documentation system for Delphi
The latest version of DelphiCodeToDoc (v0.9b) has been released. It can be downloaded here:
http://prdownloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.9b.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 the next release.
Last revision v0.9beta include all the modifications listed below :
Fixed Methods comment in Implementation section undocumented (Tracker 997985)
Added Throws TAG for methods and functions
Fixed untranslated options at project initialization (Tracker 1025884)
Fixed Register Procedure doesn't get documented (Tracker 1012908)
Fixed 'Hide empty TAG section' not working (Tracker 1012885)
Added 'Hide Empty Output Block' option (Tracker 1012886)
Added "Create Folder" functionnal when selecting Output Folder (Tracker 892440)
Fixed Running from a UNC share prevents project creation (Tracker 1016893)
Fixed Declaring function types cause Access Violation (Tracker 1016879)
Fixed Not just .pas files are parsed (Tracker 1016887)
Updated French Translations
What are the known bugs of the software ?
*None for the moment
What are the known limitations of the software ?
Methods with the same name (overloaded) will result in a single method
Functions with the same name (overloaded) will result in a single function
No pre-processor define can be add
Propertys have no description (but are generated)
Events have no description
Only HTML documentation is generated
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