From: TridenT <tri...@ho...> - 2007-11-14 22:44:22
|
ANN: DelphiCodeToDoc v0.19beta released - Free documentation system for = Delphi The latest version of DelphiCodeToDoc (v0.19b) has been released. It can = be downloaded here: http://downloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.19= b.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.19beta include all the modifications listed below : * Fixed return code return from command-line tool when process failed = (Tracker 1830301) * Refactored generic and HTML document generators * Fixed Exception with AUTOMATED visibility keyword (Tracker 1736944) * Fixed inherited comments not always copied from ancestor * Fixed Property wrongly shown as Documented (Tracker 1735145) * Fixed Parser Exception on {$ELSEIF} statement (Tracker 1732710) * Fixed exception with empty record as local variable (Tracker 1732652) * Comment Parser will now skip local variable of procedure/function What are the known bugs of the software ? *Generics crash the parser (Tracker 1828114) *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 * Refactor generator code to improve reuse and subclassing (add another = generator) * Improve links between items in html documentation (Fields / assessors = / class / sub-class links) * Add an application configuration file (different from the project's = configuration file) |