Blame examples/class.h

Packit Service 50c9f2
/* A dummy class */
Packit Service 50c9f2
Packit Service 50c9f2
class Test
Packit Service 50c9f2
{
Packit Service 50c9f2
};
Packit Service 50c9f2
Packit Service 50c9f2
/*! \class Test class.h "inc/class.h"
Packit Service 50c9f2
 *  \brief This is a test class.
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * Some details about the Test class.
Packit Service 50c9f2
 */