doxygen/tests/upstream-test-suite/032_include.cpp
2019-03-06 18:39:53 +01:00

11 lines
209 B
C++

// objective: test the \include and \includelineno commands
// check: indexpage.xml
/** \mainpage
* Some text.
* \include example_test.cpp
* More text.
* \includelineno example_test.cpp
* End.
*/