6

Let's say I have a section in a doxygen page page_Examples called section_Example. Is it possible to link directly to that section?

Linking to the page is done with \link page_Examples Examples \endlink, but I would like to go directly to the section! Thanks.

1 Answer 1

10

You can use

\ref section_Example Link Title

to create the link you're looking for. See the documentation for more information.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.