Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 014_code.dox
1 // objective: test the \code command
2 // check: indexpage.xml
3 /** \mainpage
4  * \code{.py}
5  * # comment in Python
6  * class Python:
7  *   pass
8  * \endcode
9  *
10  * \code{.cpp}
11  * // comment in a code block
12  * class Cpp {};
13  * \endcode
14  *
15  * \code
16  * // implicit code language
17  * \endcode
18  */