See French translation at middle of this mail.
-------------------------------------------------------------------------=
---------------------------------------------------------------
ANN: DelphiCodeToDoc v0.6a released - Free documentation system for =
Delphi
The latest version of DelphiCodeToDoc (v0.6a) has been released. It can =
be downloaded here:
http://prdownloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.=
6a.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.6alpha include all the modifications listed below :
*Added project's Summary, Description and Author options and generation =
on the Main Page=20
*Improved debug error explanation when loading or saving project file
*Fixed problem while loading a project file, but old projects could not =
be load anymore (Tracker 947523)
*Fixed "Class Method" not recognize for name and TAG (Tracker 953997)
*Added MultiLines support for @Param TAG (Tracker 941113)
*Simple functions,constants, types and variables (not members) are =
generated, with the TAG support. (Tracker 94059)
What are the known bugs of the software ?
*Complex ASM instructions will crash the parser : MOVZX EAX, =
TFloatingPointClass(FPClasses[EDX])"
*Loading a project sometimes report an error
What are the known limitations of the software ?
*Methods with the same name (overloaded) will result in a single method
*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 for application are 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 ?
xxx
-------------------------------------------------------------------------=
--------------------------------------------
ANN: DelphiCodeToDoc v0.6alpha disponible - Outil gratuit de generation =
de
documentation pour Delphi
La derni=E8re version de DelphiCodeToDoc (v0.6alpha) est disponible. =
Elle peut
=EAtre t=E9l=E9charg=E9e ici :
http://prdownloads.sourceforge.net/dephicodetodoc/DelphiCodeToDoc_exe_v0.=
6a.zip?download
DelphiCodeToDoc est un outils gratuit de g=E9n=E9ration de documentation =
pour
Delphi, distribuer sous la licence GNU - GPL. Il utilise les =
informations
contenu dans le code source, comme les symbols et les commentaires
formatt=E9s, pour produire une documentation pr=E9cise de votre code ou =
de votre
composant.
Situation : Le projet devrait sortir de la phase "Alpha" d'ici peu. Les =
fonctionnalit=E9s de base sont=20
impl=E9ment=E9es et =E9prouv=E9es.
-----------------------------------------------------------------
Quelles sont les nouveaut=E9s de cette version ?
Cette version v0.6alpha contient les modifications suivantes :
*Ajout des options Auteur, R=E9sum=E9 et Description du projet et de =
leur g=E9n=E9ration dans la page=20
principale.
*Am=E9lioration des informations de debug lors du chargement ou de la =
sauvegarde d'un projet.
*Correction du probl=E8me de chargement d'un fichier projet. Attention, =
les anciens fichiers ne=20
pourront plus =EAtre lu avec cette version (Tracker 947523)
*Correction des m=E9thodes de classes qui n'=E9taient pas reconnues =
(Tracker 953997)
*Ajout du support multi-lignes pour le TAG @Param (Tracker 941113)
*Ajout de la g=E9n=E9ration des constantes, types et variables (pas les =
membres), avec support des=20
TAGs. (Tracker 94059)
What are the known bugs of the software ?
None for the moment. If you find a problem, please send it by email at =
TridenT at=20
users.sourceforge.net or Submit a Tracker.
What are the known limitations of the software ?
*Methods with the same name (overloaded) in a class will result in a =
single method in the ouput=20
report.
*Methods with the same name (overloaded) will result in a single method
*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 for application ans generated documentation
*@see TAG in not supported
What will be include or change in the next revisions ?
xxx
|