|
Library used in project
DelphiCodeToDoc need the stable release of JCL&JVCL to compile:
Package JVCL333CompleteJCL1101-Build2725.
It includes :
-Jedi Code Library, Release 1.101
-JEDI VCL v3.33 for D7->D2006
Download this really nice work here : http://jvcl.sourceforge.net/
Project Directories
DelphiCodeToDoc
Root directory
|
+-Doc All documents.
|
+-Exe Executable & ressource
|
+-Source All the source code.
|
+-tmp Temporary files, *.obj etc ...
|
+-web Web page on SourceForge
Note : if you want to have another directories structure, you
will need to change the path in Delphi IDE (Project\Options\Directories).
Source code presentation
The source code will use JavaDoc-style comment. It allow to auto-build
projet's documentation and seems to be one standard for Java of
course, and C++ also.
|