Class Command
class.h
1/* A dummy class */
2
3class 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 */
This is a test class.
Definition: class.h:4