/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/014_code.dox
18 строк
285 B
Vladimír Vondruš
Propagate language information to all <programlisting> XML elements.
19 ноя 2017, 16:15
19 ноя 2017, 16:15
eaf8edb
Код
Авторство
О чём код?
// objective: test the \code command // check: indexpage.xml /** \mainpage * \code{.py} * # comment in Python * class Python: * pass * \endcode * * \code{.cpp} * // comment in a code block * class Cpp {}; * \endcode * * \code * // implicit code language * \endcode */