summaryrefslogtreecommitdiffstats
path: root/testing/050_verbatim.dox
blob: 0ff315f2ad747c23680ef6d5f6aadec3ffc0635e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// objective: test \verbatim and \verbinclude commands
// check: indexpage.xml
// config: EXAMPLE_PATH = .
/** 
\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.

*/