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#
|