Generate Framework Documentation
Brought to you by:
larryhengen
Some initial work has been done to generate documentation using PasDoc, and DelphiCodeToDoc using JavaDoc syntax. The later is recommended since PasDoc does no support the parsing of the implementation section of a unit.
Personally I would like to see all method comments after the method prototype in the implementation so the comments move with the method and are close to the code where they are more likely to be read and updated.
I don't care if XMLDoc is used instead of JavaDoc since I know documentation generation is supported some of the later Delphi releases.