KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
doxygen_template.h
Go to the documentation of this file.
1
22#ifndef DOXYGEN_TEMPLATE_EXAMPLE_H
23#define DOXYGEN_TEMPLATE_EXAMPLE_H
24
25#include <algorithm>
26
31
32const char[] var = "You are the best!";
33
37inline int fun();
38
49
57class Example {
58 public:
198 std::string test(const std::string &test);
199
201};
202
208int group_fun1(){return 0};
209int group_fun2(){return 0};
210int group_fun3(){return 0};
212
213}; // namespace DOXYGEN_TEMPLATE_EXAMPLE
214
215
216#endif // DOXYGEN_TEMPLATE_EXAMPLE_H
This is an example class.
std::string test(const std::string &test)
This is an example namespace.
Color
This is an example enum.
const char[] var
variable documentation
int fun()
This is an example function.