[DephiCodeToDoc-news] ANN: DelphiCodeToDoc v0.8beta released
Free documentation system for Delphi / Pascal with JavaDoc support.
Status: Beta
Brought to you by:
trident
From: TridenT <tri...@ho...> - 2004-08-16 20:03:48
|
ANN: DelphiCodeToDoc v0.8beta released - Free documentation system for = Delphi The latest version of DelphiCodeToDoc (v0.8b) has been released. It can = be downloaded here: http://prdownloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.= 8b.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 out from its alpha stage, and is now in Beta version. It = will be release as stable (v1.0) in the next two releases. Last revision v0.8beta include all the modifications listed below : *Added DelphiCodeToDoc command line version (DOS) (Tracker 997523) *Fixed Ignored TAGs if prefixed by decorator '*' (Tracker 997528) *Fixed Cannot parse expression "Cast Index" (Tracker 1000672) *Fixed Object type crash the application (Tracker 991180) *Fixed Simple function have no return type in documentation (Tracker = 1010200) *Fixed Error in "Next Link" when using member visibility filter (Tracker = 996611) *Fixed Output HTML table width different (Tracker 989272) *Fixed typo in class documentation (Tracker 991592) *Updated French translation 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=20 *New nice Project Wizard |