doxygen/tests/upstream-test-suite/003_anchor.dox

9 lines
159 B
Plaintext

// objective: test \anchor command
// check: indexpage.xml
/** \mainpage
* \ref myanchor "See Anchor"
* Some text.
* \anchor myanchor
* More text.
*/