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

9 lines
159 B
Plaintext
Raw Normal View History

2019-03-06 17:39:53 +00:00
// objective: test \anchor command
// check: indexpage.xml
/** \mainpage
* \ref myanchor "See Anchor"
* Some text.
* \anchor myanchor
* More text.
*/