D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
doxygen-1.8.5
/
examples
/
Filename :
author.cpp
back
Copy
/*! * \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 * \date 1990-2011 * \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. */ class SomeNiceClass {};