summaryrefslogtreecommitdiffstats
path: root/testing/032_include.cpp
blob: 8aae8e91104f436055363ba8fbbae104df170589 (plain)
1
2
3
4
5
6
7
8
9
10
11
// objective: test the \include and \includelineno commands
// check: indexpage.xml
// config: EXAMPLE_PATH = .

/** \mainpage 
 *  Some text.
 *  \include example_test.cpp
 *  More text.
 *  \includelineno example_test.cpp
 *  End.
 */