FreePascal compiler contain tool called FPDoc for generating documentation from source code. Unlike other similar tools like JavaDoc or Doxygen, FPDoc read textual information not from source code but from external, specially formated XML file.
This implementation approach has pros and cons.
Cons:
- you must maintain documentation on 2 places, one in source code and one in extra XML file. Thus XML or source code documentation may be out of date
Pros:
- You can create your own preprocessor which convert JavaDoc or doxygen-like comments from your source and generate XML file
This project fpdocp is that kind of preprocessor. It analyze all source from given directory and create coresponding XML file for FPDoc.
30 Day Summary May 10 2013 — Jun 9 2013
|
12 Month Summary Jun 9 2012 — Jun 9 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.