ANN: DelphiCodeToDoc v0.6a released - Free documentation system for Delphi
The latest version of DelphiCodeToDoc (v0.6a) has been released. It can be downloaded here:
http://prdownloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.6a.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 ?
Last revision v0.6alpha include all the modifications listed below :
Added project's Summary, Description and Author options and generation on the Main Page
Improved debug error explanation when loading or saving project file
*Fixed problem while loading a project file, but old projects could not be load anymore (Tracker
947523)
Fixed "Class Method" not recognize for name and TAG (Tracker 953997)
Added MultiLines support for @Param TAG (Tracker 941113)
*Simple functions,constants, types and variables (not members) are generated, with the TAG
support. (Tracker 94059)
What are the known bugs of the software ?
*Complex ASM instructions will crash the parser : MOVZX EAX,
TFloatingPointClass(FPClasses[EDX])"
*Loading a project sometimes report an error
What are the known limitations of the software ?
Methods with the same name (overloaded) will result in a single method
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 for application are 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 ?
xxx