Specific Examples Test Suite¶
Typedef Examples¶
Typedefstypedef TypeDefTest (* TypeDefTestFuncPtr)(void)
typedef void *(* voidFuncPtr)(float, int)
typedef void * voidPointer
typedef float * floatPointer
typedef float floatingPointNumber
Namespaced Function Examples¶
namespaced class function
second namespaced class function
second namespaced class other function
non-namespaced class function
non-namespaced class other function
Alias Example¶
Foo frob routine.
- bob this something else
- Side Effects
- Frobs any foos.
- Return
- Frobs any foos.
- bob this something else
- Side Effects
- Frobs any foos.
- Parameters
- Frobs -
any foos.
Fixed Width Font¶
Public FunctionsOut()Constructor for Out object
~Out()Destructor for Out object
Function Overloads¶
Function which takes two int arguments.
Function which takes two double arguments.
Another function which takes two int arguments.
Another function which takes two double arguments.
Another function which takes a custom type.
Another function which takes another custom type.
Another function which takes a basic type.
Image¶
This is a class with an image in the description.
It renders like this:
Breathe & Sphinx should automatically copy the image from the doxygen output directory into the _images folder of the Sphinx output.
