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