summaryrefslogtreecommitdiffstats
path: root/testing/050_verbatim.dox
blob: 40c75a561286095006c58a9264d08e28d0a581a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// objective: test \verbatim and \verbinclude commands
// check: indexpage.xml
/** 
\mainpage 
Some normal text.
\verbatim
A verbatim section with a /* C comment */ in it
\endverbatim
Showing a file as verbatim
\verbinclude sample.bib
More text after the verbatim section.

*/