Doxygen with github
|
Brief explaination of namespace MyNamespace. More...
Public Member Functions | |
MyClass () | |
Construct a new My Class object. More... | |
int | Add (int a, int b) |
Adds 2 numbers. More... | |
Brief explaination of namespace MyNamespace.
Detailed explaination of namespace MyNamespace
|
inline |
Construct a new My Class object.
Detailed explaination of how it prints hello world
|
inline |
Adds 2 numbers.
Brief explaination of how it adds 2 numbers
a | operand 1 |
b | operand 2 |