/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/par.cpp
20 строк
337 B
albert-github
Add examples to LaTeX / PDF doxygen manual
05 сен 2015, 19:42
05 сен 2015, 19:42
5e11f88
Код
Авторство
О чём код?
/*! \class Par_Test * Normal text. * * \par User defined paragraph: * Contents of the paragraph. * * \par * New paragraph under the same heading. * * \note * This note consists of two paragraphs. * This is the first paragraph. * * \par * And this is the second paragraph. * * More normal text. */ class Par_Test {};