|
CppDoc Example Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Another class, to demonstrate some more stuff.
| Inner Classes, Typedefs, and Enums | |
enum |
Bar::Mood
You can document enums and other such beasts. |
typedef |
Bar::RandomFuncPtr
CppDoc won't get confused by all but the most gut-wrenching declarations. |
| Method Summary | |
void |
doSomethingStrange( Bar::RandomFuncPtr ptr, int ) const
CppDoc will cross-reference whatever it can. |
protected Foo |
getFoo() const
A protected member that returns an object. |
int |
weirdFunc( bool arg )
#defines are OK. |
| Method Detail |
public void doSomethingStrange( Bar::RandomFuncPtr ptr, int ) const;
protected Foo getFoo() const;
public int weirdFunc( bool arg );
|
CppDoc Example Documentation
CppDoc v2.3.1 |
|||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||