Blame testing/014_code.dox

Packit Service 50c9f2
// objective: test the \code command
Packit Service 50c9f2
// check: indexpage.xml
Packit Service 50c9f2
/** \mainpage
Packit Service 50c9f2
 * \code{.py}
Packit Service 50c9f2
 * # comment in Python
Packit Service 50c9f2
 * class Python:
Packit Service 50c9f2
 *   pass
Packit Service 50c9f2
 * \endcode
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * \code{.cpp}
Packit Service 50c9f2
 * // comment in a code block
Packit Service 50c9f2
 * class Cpp {};
Packit Service 50c9f2
 * \endcode
Packit Service 50c9f2
 *
Packit Service 50c9f2
 * \code
Packit Service 50c9f2
 * // implicit code language
Packit Service 50c9f2
 * \endcode
Packit Service 50c9f2
 */