|
Minecraft Community Edition 0.1.0
|
This is an example class showing Doxygen tags. More...
#include <example.hpp>
Public Member Functions | |
| int | add (int a, int b) |
| Adds two integers. | |
| int | subtract (int a, int b) |
This is an example class showing Doxygen tags.
It demonstrates usage of notes, warnings, todos, etc.
| int ExampleClass::add | ( | int | a, |
| int | b ) |
Adds two integers.
This function demonstrates
return, and
| tags. |
| a | First integer to add. |
| b | Second integer to add. |
| std::overflow_error | if sum exceeds max int. |