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
30
namespace
DOXYGEN_TEMPLATE_EXAMPLE
{
31
32
const
char
[]
var
=
"You are the best!"
;
33
37
inline
int
fun
();
38
44
enum
Color
{
45
red
,
46
green
,
47
blue
48
};
49
57
class
Example
{
58
public
:
198
std::string
test
(
const
std::string &
test
);
199
200
Example
();
201
};
202
208
int
group_fun1
(){
return
0};
209
int
group_fun2
(){
return
0};
210
int
group_fun3
(){
return
0};
212
213
};
// namespace DOXYGEN_TEMPLATE_EXAMPLE
214
215
216
#endif
// DOXYGEN_TEMPLATE_EXAMPLE_H
DOXYGEN_TEMPLATE_EXAMPLE::Example
This is an example class.
Definition
doxygen_template.h:57
DOXYGEN_TEMPLATE_EXAMPLE::Example::Example
Example()
DOXYGEN_TEMPLATE_EXAMPLE::Example::test
std::string test(const std::string &test)
DOXYGEN_TEMPLATE_EXAMPLE::group_fun2
int group_fun2()
Definition
doxygen_template.h:209
DOXYGEN_TEMPLATE_EXAMPLE::group_fun3
int group_fun3()
Definition
doxygen_template.h:210
DOXYGEN_TEMPLATE_EXAMPLE::group_fun1
int group_fun1()
Definition
doxygen_template.h:208
DOXYGEN_TEMPLATE_EXAMPLE
This is an example namespace.
Definition
doxygen_template.h:30
DOXYGEN_TEMPLATE_EXAMPLE::Color
Color
This is an example enum.
Definition
doxygen_template.h:44
DOXYGEN_TEMPLATE_EXAMPLE::green
@ green
green
Definition
doxygen_template.h:46
DOXYGEN_TEMPLATE_EXAMPLE::blue
@ blue
blue
Definition
doxygen_template.h:47
DOXYGEN_TEMPLATE_EXAMPLE::red
@ red
red
Definition
doxygen_template.h:45
DOXYGEN_TEMPLATE_EXAMPLE::var
const char[] var
variable documentation
Definition
doxygen_template.h:32
DOXYGEN_TEMPLATE_EXAMPLE::fun
int fun()
This is an example function.
home
shin
share
KIDS
src
core
include
kids
doxygen_template.h
Generated on Mon May 27 2024 11:36:31 for KIDS by
1.10.0