In fact, maybe the problem is that for the moment, you should only describe function and procedure in the implementation section of the unit.
The next revision of DelphiCodeToDoc will enable you to comment function/procedure in interface section of the unit (or in the implementation section as it is done now).
I hope I have answer your question,
please try to comment function in implementation section, and kepp me inform about this issue.
TridenT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
First of all, this is a nice tool to use, I like to use it from now!
However, Im missing some thing. In your application there is a description TAG in Unit, Description, Author, Version, etc., that's nice.
It should be fine if there was either a possibility to add a discription tag to a 'Procedure'
Kind regards,
Chris
Hi,
YOu have description for method (function/procedure in class) , see this example :
http://dephicodetodoc.sourceforge.net/example/DelphiCodeToDoc_uDocProject_TDOCProject_Build.htm
Same for simple function or procedure :
http://dephicodetodoc.sourceforge.net/example/DelphiCodeToDoc_DocGenHTML_Common_HTMLBuildLink.htm
In fact, maybe the problem is that for the moment, you should only describe function and procedure in the implementation section of the unit.
The next revision of DelphiCodeToDoc will enable you to comment function/procedure in interface section of the unit (or in the implementation section as it is done now).
I hope I have answer your question,
please try to comment function in implementation section, and kepp me inform about this issue.
TridenT