class.h
Go to the documentation of this file.
1 /* A dummy class */
2 
3 class Test
4 {
5 };
6 
7 /*! \class Test class.h "inc/class.h"
8  * \brief This is a test class.
9  *
10  * Some details about the Test class.
11  */
A Test class.
Definition: class.h:3