Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 032_include.cpp
1 // objective: test the \include and \includelineno commands
2 // check: indexpage.xml
3
4 /** \mainpage 
5  *  Some text.
6  *  \include example_test.cpp
7  *  More text.
8  *  \includelineno example_test.cpp
9  *  End.
10  */