52 #ifndef DoxygenExample_H 53 #define DoxygenExample_H int function4(int var1, float var2)
Message that describes the main function.
#define var1
Message that describes the function of the variable.
void function3()
Message that describes the main function.
#define var2
Message that describes the function of the variable.