doxygen/tests/upstream-test-suite/032_include.cpp

11 lines
209 B
C++
Raw Normal View History

2019-03-06 17:39:53 +00:00
// objective: test the \include and \includelineno commands
// check: indexpage.xml
/** \mainpage
* Some text.
* \include example_test.cpp
* More text.
* \includelineno example_test.cpp
* End.
*/