Menu

ANN: DelphiCodeToDoc v0.17beta released

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

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

http://prdownloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.17b.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.17beta include all the modifications listed below :

Added support for record and extended record (D2006) as class (Tracker 1168150)
Fixed Field comments for Records don't work right (Tracker 1534349)
Fixed Method on records not parsed (Tracker 1649093)
Added Quality comments coverage visualization
Added simple comments coverage statistics
Added Tag coverage summary in mainform
Added TAG coverage detail for each node
Added inheritance for comments of override methods (Tracker 1648834)
Fixed Impossible to change copyrigth information in html footer (Tracker 1702094)
Added support for UTF8 source files
Fixed Parsing function in implementation section (Tracker 1635904)
Fixed CHM files not generated in a specific folder
Moved CSS file to a new resource folder
Fixed Links section is always displayed as #UNDER_CONSTRUCTION# (Tracker 1672418)
Fixed Parser exception with assembly attributes (Tracker 1649782)
Fixed Multiple variable declaration in one line not recognized
Fixed a Memory Leak with TDOCClassesTree missing destructor
Added Warn when "Included Files list" is empty (Tracker 1623150)
Fixed Config file date changed even if not modified (Tracker 1604036)
Added brazillian portuguese translations
Fixed Parse Error with &variable syntax (Tracker 1589861)
Updated visitor for DocTemplate
Fixed Comments not included with different method declaration (Interface and Implementation) (Tracker 1337626)
Fixed varargs keyword generate an exception (Tracker 1607892)
Fixed Parser exception with tabs after final end (Tracker 1601763)
Fixed Parser exception with the deprecated directive (Tracker 1581963)
Added Class tree (text format) in the documentation
Added Chinese translations (traditional and simplified)
*Fixed Exports in unit throw an exception (Tracker 1402652)

What are the known bugs of the software ?
*Some messages are not translated

What are the known limitations of the software ?
Class vars can be comment only with an inline comment just after the declaration
Events have no description (but are generated)
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 ?
*XML / XSLT generator

Posted by TridenT 2007-05-14

Log in to post a comment.