/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/author.cpp
13 строк
450 B
Dimitri van Heesch
Release-1.7.5.1
21 авг 2011, 12:11
21 авг 2011, 12:11
5c424c5
Код
Авторство
О чём код?
/*! * \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 {};