-
ANN: DelphiCodeToDoc v0.23beta released
ANN: DelphiCodeToDoc v0.23beta released - Free documentation system for Delphi
The latest version of DelphiCodeToDoc (v0.23b) has been released. It can be downloaded here:
http://downloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.23b.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.23beta include the modifications listed below :
* Fixed Parser error with empty @param description (Tracker 2781298)
* Fixed some files not parsed due to specific NTFS attribute (Tracker 2523851)
* Fixed Add option to exclude resourcestrings (Tracker 2736801, 1106583)
* Fixed tag quality dont follow "output filtering category" config (Tracker 1855474)
* Added Pdf generator
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
2009-04-26 22:51:46 UTC by trident
-
ANN: DelphiCodeToDoc: v0.22beta released
DelphiCodeToDoc is a free documentation system for Delphi with JavaDoc support. DC2D uses information about source code symbols and formatted comments in files to produce accurate documentation from your application and component.
ANN: DelphiCodeToDoc v0.22beta released - Free documentation system for Delphi
The latest version of DelphiCodeToDoc (v0.22b) has been released. It can be downloaded here:
http://downloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.22b.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.22beta include the modifications listed below :
* Added support for comments just after a procedure (between procedure headings and the BEGIN keyword)
* Updated html output now in UTF8 format
* Updated parser to support freepascal language (exponent **, operators)
* Fixed redirection from console (hhc.exe) generates spurious string to log window
* Fixed Exception with empty var section in class (Tracker 2488024)
* Fixed no (htm) output generation when "ocClasses" is removed (Tracker 2487028)
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
2009-01-13 14:45:17 UTC by trident
-
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
2009-01-01 14:08:27 UTC by trident
-
Migrated Repository from CVS to SVN
New repository is here :
https://dephicodetodoc.svn.sourceforge.net/svnroot/dephicodetodoc
CVS write access will be closed from v0.20b.
2008-02-23 22:19:04 UTC by trident
-
ANN: DelphiCodeToDoc v0.20beta released
ANN: DelphiCodeToDoc v0.20beta released - Free documentation system for Delphi
The latest version of DelphiCodeToDoc (v0.20b) has been released. It can be downloaded here:
http://downloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.20b.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.20beta include all the modifications listed below :
* Fixed Generics crash the parser (Tracker 1828114)
* Fixed unpredictable execution with some variables not initialized in the create visitor's method
* Fixed double slash path delimiter in the output folder with Quick wizard
* Fixed Comments after END keyword throw an exception (Tracker 1870254)
* Fixed Record in a var section thow an exception (Tracker 1870547)
* Fixed exception with Function pointer const assigned (Tracker 1802084)
* Fixed repeated build of output always adds the summary again (Tracker 1835631)
* Fixed Default Full wizard generate nothing (Tracker 1867938)
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
* 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)
2008-02-03 21:51:06 UTC by trident