Posts Tagged ‘doxygen’
Doxygen
Tuesday, June 23, 2009 20:33 1 CommentDoxygen is a source code documentation generator tool.
Comment blocks are constructed like this: (JavaDoc style)
/**
* multiline bloc… some text
*/
/// single ling comment… some text
“some text” can be replaced with various special commands in order to make the generated documentation more user friendly. Doxygen special commans overview.
Eclipse / Doxygen – Documentation Generator
Tuesday, June 23, 2009 19:22 No CommentsDoxygen is a well known source code documentation generator. More information about it is available on their homepage.
For all those of you who prefer Eclipse as your main development platform there is a plugin that provides a high-level graphical user interface integration over Doxygen. More info about Eclox.