Doxygen with github
Public Member Functions | List of all members
MyNamespace::MyClass Class Reference

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...
 

Detailed Description

Brief explaination of namespace MyNamespace.

Detailed explaination of namespace MyNamespace

Constructor & Destructor Documentation

◆ MyClass()

MyNamespace::MyClass::MyClass ( )
inline

Construct a new My Class object.

Detailed explaination of how it prints hello world

Member Function Documentation

◆ Add()

int MyNamespace::MyClass::Add ( int  a,
int  b 
)
inline

Adds 2 numbers.

Brief explaination of how it adds 2 numbers

Parameters
aoperand 1
boperand 2
Returns
int sum of a and b

The documentation for this class was generated from the following file: