Blame examples/author.cpp

Packit 1c1d7e
/*! 
Packit 1c1d7e
 *  \brief     Pretty nice class.
Packit 1c1d7e
 *  \details   This class is used to demonstrate a number of section commands.
Packit 1c1d7e
 *  \author    John Doe
Packit 1c1d7e
 *  \author    Jan Doe
Packit 1c1d7e
 *  \version   4.1a
Packit 1c1d7e
 *  \date      1990-2011
Packit 1c1d7e
 *  \pre       First initialize the system.
Packit 1c1d7e
 *  \bug       Not all memory is freed when deleting an object of this class.
Packit 1c1d7e
 *  \warning   Improper use can crash your application
Packit 1c1d7e
 *  \copyright GNU Public License.
Packit 1c1d7e
 */
Packit 1c1d7e
class SomeNiceClass {};