A class for the purpose of testing QDoc's \overload
command. More...
Header: | #include <TestClass> |
void | another_method() |
void | another_method(float overloads) |
void | another_method(int number) |
void | method() |
A function that is overload unaware.
A function that overloads another and documents it vaguely.
This is an overloaded function.
A function that overloads another and correctly documents it.
This function overloads TestClass::another_method().
A member function without an overload that claims to be an overload by using the \overload
command.