blob: 2eddc57ee72192bb4b450af3aad8f3b2dc8acb81 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// objective: test the \include and \includelineno commands
// check: indexpage.xml
/** \mainpage
* Some text.
* \include example_test.cpp
* More text.
* \includelineno example_test.cpp
* End.
*/
|