Brief description of class Template.
int someMethod(int a, int &o)
Brief method description.
~Template()
Default destructor.
MyEnum
My enum. Or yours, if you want!
bool m_bSomeFlag
Short description of some flag till first dot. Everything after that will be considered as a detaiile...
char * strcpy2(char *strDestination, const char *strSource)
Example of Copy a string method.
Template Self
Name type of *this.
Template()
Default constructor. And now goes the detailed description....