Posts Tagged ‘development’

Doxygen

Tuesday, June 23, 2009 20:33 1 Comment

Doxygen 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.

This was posted under category: C++, Programming Tags: , , , , ,

Eclipse / Doxygen – Documentation Generator

Tuesday, June 23, 2009 19:22 No Comments

Doxygen 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.

This was posted under category: IDE Tags: , , , , , , , ,