Menu

ANN: DelphiCodeToDoc v0.21beta released

ANN: DelphiCodeToDoc v0.21beta released - Free documentation system for Delphi

The latest version of DelphiCodeToDoc (v0.21b) has been released. It can be downloaded here:

http://downloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.21b.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.21beta include the modifications listed below :
Fixed AllowHtmlInDescription option that was inverted
Updated String handling as WideString as Delphi 2009 so application is now fully unicode (Tracker 1055059)
Added some basic Delphi 2009 anon methods parsing
Fixed Overload function identification not compatible with widestring
Added application settings component to save the current language (Tracker 1680457)
Fixed Out keyword as field class generates a parser exception (Tracker 2032751)
Updated html output to be XHTML 1.0 Transitional validated
Fixed Relative path for output not working with command line (Tracker 2272357)
Added setting to use an external CSS file (Tracker 875929)
Added comments for the use of relative path in wizards (Tracker 1922417)
Fixed Parser fails to read unicode files (Tracker 1893138)
Fixed Exception with Empty class var sections (Tracker 1943655)
* Fixed Parser fails with offset keyword in assembler (Tracker 1924677)

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

Posted by TridenT 2009-01-01

Log in to post a comment.