プログラミング色々
09 April 2012
Doxygen
in .h file
/*!
ClassName comments
*/
class ClassName {};
in .cpp file
void ClassName::a() { /// the comment for function a
}
Newer Posts
Home
Subscribe to:
Posts (Atom)