Get DelphiCodeToDoc at SourceForge.net. Fast, secure and Free Open Source software downloads
http://delphi.developpez.com/
DelphiCodeToDoc
Free documentation tool for Delphi, with JavaDoc support.


Home page

SF project page

Get DCTD software

Download

See all releases

Translations

Third-party tools

Documentation

What is it ?

What's new?

Technical papers

JavaDoc Syntax

Support

FAQ

Mailing Lists

Discussion Forum

Feedback

Browse/Submit Bugs

Browse/Submit Features

Browse/Submit Support requests

Development

Get involved

History

Usefull Links

 

 

What is it ?

DelphiCodeToDoc is a free documentation system for Delphi.
It uses information about source code symbols and formatted comments in files to produce accurate documentation from your application and component.

This documentation support TEXT file based and HTML style, but will be extend to CHM, PDF, and furthermore other format. DelphiCodeToDoc makes sure the structure of your documentation always stays synchronized with your code. It support JavaDoc style comments, in-line comments, and is open for other "tags based" styles. You can configure DelphiCodeTodoc to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various source code elements. DelphiCodeTodoc is developed under MS-Windows with Borland Delphi, but will be setup to be portable for Kylix under Linux. It use JCL and JVCL library from Jedi Project.

ScreenShots:

The Configuration screen, where all options for the parser, the output format are display. The Reference screen. All units and classes found in the projet directory. The Messages screen. Informations are written to help the user. A debug window is also here during the alpha&beta stage.

  A sample of the HTML ouput, generated from DelphiCodeToDoc souce code itself.