09 April 2012

Doxygen

in .h file
/*!
ClassName comments
*/
class ClassName {};
in .cpp file
void ClassName::a() { /// the comment for function a
}