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

 

 

Formatting comments


There will be three TAGs comments systems supported by DelphiCodeToDoc :

JavaDoc (implemented and functionnal)
This system came from Sun, and is used in many programming language. It is a rich and simple syntax, well supported by many software.
To have a list of all TAGs and the ways to write its efficiently, follow the JavaDoc Syntax page.

Inlines (implemented and functionnal)
This is a simple extention of JavaDoc system, which provide the description TAG facility with double slash comment.

Jedi (not implemented)
#UNDER CONSTRUCTION#