Inheritance diagram for example::Demo:

Public Member Functions | |
| __init__ () | |
| foo (bar) | |
Protected Member Functions | |
| spam (amount) | |
The detailed description of the class would appear right here. However, as this class is utterly useless when talking about its functionality it actually has no detailed description which is sort of a pity, since a couple of lines of documentation would make it look like a real documentation. But as this is just an example of how the doxygen output might look like a one-liner has to be enough. Insert your documentation here as appropriate. You get the idea now, don't you? If not, I can't help it but I certainly won't type in a lot of nonsense just to make it look real. No, definitely not.
|
|
The constructor. Reimplemented in example::AnotherDemo. |
|
|
The infamous foo method. There's no detailed description necessary for the foo() function as everybody know what it does.
|
|
|
Return an amount of spam.
|
1.3.2