Posts Tagged ‘documentation generator’
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.