blob: 871a44c552f8c8b516d2a5e4d0feab90eabebd60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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
*/
|