Classes | |
struct | testStruct |
To test documenting a struct. More... | |
Functions | |
int | testFn (int num, void noType, testStruct *tStrct) |
A test function. |
int testFn | ( | int | num, | |
void | noType, | |||
testStruct * | tStrct | |||
) |
A test function.
This function tests blah blah.
num | A typed parameter. | |
noType | An untyped parameter. | |
tStrct | a testStruct. |