KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
DOXYGEN_TEMPLATE_EXAMPLE Namespace Reference

This is an example namespace. More...

Classes

class  Example
 This is an example class. More...
 

Enumerations

enum  Color { red , green , blue }
 This is an example enum. More...
 

Functions

int fun ()
 This is an example function.
 
int group_fun1 ()
 
int group_fun2 ()
 
int group_fun3 ()
 

Variables

const char[] var = "You are the best!"
 variable documentation
 

Detailed Description

This is an example namespace.

Enumeration Type Documentation

◆ Color

This is an example enum.

principle colors

red, green, blue

Enumerator
red 

red

green 

green

blue 

blue

Definition at line 44 of file doxygen_template.h.

Function Documentation

◆ fun()

int DOXYGEN_TEMPLATE_EXAMPLE::fun ( )
inline

This is an example function.

Variable Documentation

◆ var

const char [] DOXYGEN_TEMPLATE_EXAMPLE::var = "You are the best!"

variable documentation

Definition at line 32 of file doxygen_template.h.