Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 050_verbatim.dox
1 // objective: test \verbatim and \verbinclude commands
2 // check: indexpage.xml
3 /** 
4 \mainpage 
5 Some normal text.
6 \verbatim
7 A verbatim section with a /* C comment */ in it
8 \endverbatim
9 Showing a file as verbatim
10 \verbinclude sample.bib
11 More text after the verbatim section.
12
13 */