author.cpp 450 Bytes
Newer Older
1 2 3 4 5 6
/*! 
 *  \brief     Pretty nice class.
 *  \details   This class is used to demonstrate a number of section commands.
 *  \author    John Doe
 *  \author    Jan Doe
 *  \version   4.1a
Dimitri van Heesch's avatar
Dimitri van Heesch committed
7
 *  \date      1990-2011
8 9 10 11
 *  \pre       First initialize the system.
 *  \bug       Not all memory is freed when deleting an object of this class.
 *  \warning   Improper use can crash your application
 *  \copyright GNU Public License.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
12
 */
13
class SomeNiceClass {};