81 int reality(
int hope,
int despair)
const;
100 void fred(
double mary);
int morose(int fud, int &bs)
Brief documentation on member function.
Definition: example_doc.h:98
Every class should be documented (this is the brief line)
Definition: example_doc.h:68
int datum
Each member datum needs at least a brief raison d'etre.
Definition: example_doc.h:70
Brief documentation of second example class in group.
Definition: example_doc.h:89
FLOAT a(int j, FLOAT z)
Definition: y1.cc:86
void fred(double mary)
Brief documentation on class member coming from example_doc.cc.
int example_func(int a)
Global function in example group.
int reality(int hope, int despair) const
Each member function should be documented (this is the brief line)
int stuff
Global variable somewhere in example subgroup.
Definition: example_doc.h:106