This is a brief description to the animals group.
More...
|
| directory | src |
| | This is a directory.
|
| |
| directory | utils |
| | This is a directory.
|
| |
This is a brief description to the animals group.
Some inner namespace.
Some random brief description.
Some detailed description here
◆ CONFIG_HELLO
| #define CONFIG_HELLO (123) |
◆ CONFIG_WORLD
| #define CONFIG_WORLD ("abx") |
◆ PI
| #define PI 3.14159265358979323846 |
◆ PRINT_PRETTY
| #define PRINT_PRETTY |
( |
|
MSG, |
|
|
|
... |
|
) |
| printf(MSG, __VA_ARGS__) |
◆ Type
The 6 classes of animal kingdom.
Lorem Ipsum Donor.
| Enumerator |
|---|
| NONE | |
| INSECT | |
| AMPHIBIAN | |
| BIRD | |
| FISH | |
| REPTILE | |
| MAMMAL | |
◆ some_global_function()
Some random global function that modifies Animal.
- See also
- Animal
- Parameters
-
| animal | The pointer to the animal instance |
◆ some_namespace_function()
| void example::some_namespace_function |
( |
Animal * |
animal | ) |
|
Some random namespace function that modifies Animal.
- See also
- Animal
- Parameters
-
| animal | The pointer to the animal instance |