Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 003_anchor.dox
1 // objective: test \anchor command
2 // check: indexpage.xml
3 /** \mainpage
4  *  \ref myanchor "See Anchor"
5  *  Some text.
6  *  \anchor myanchor
7  *  More text.
8  */