good habit to write documentation while programming

Post date: Jan 10, 2014 7:44:21 PM

Source code documentation conforming doxygen is useful to create pdf, latex, rtf, html and chm formats directly from source

Here are doxygen commands which should be used while coding.

http://www.stack.nl/~dimitri/doxygen/manual/index.html 

DoxyGate a Doxygen GUI Frontend to configure Doxygen projects easily. DoxyGate resultant file is by doxygen to create documentation.

NOTE: this file can be edited or written manually as well

 

http://sourceforge.net/projects/doxygate/