5

As implied by Are URLs to doxygen pages permanent, URL in doxygen are not permanent.

So, how do you hyperlink deep content (ex: a specific function) in doxygen from an external site/doc ?

(For now, hinting the user on using the search box from the home seems an adequate workaround)

2 Answers 2

5

Links are based on the function signature, so they persistent indeed (under the condition that SHORT_NAMES is set to NO, which is the default).

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

Comments

2

According to this thread:

Doxygen does generate persistent links already (unless SHORT_NAMES is set to YES).

This is from the creator of doxygen (who might want to chip in here with his own, more definitive answer than mine). So it seems that you can safely assume that your URLs should not change, unless you change the names of your classes/functions of course.

1 Comment

+1. Thx ! Oh, and i'm sorry, but I accepted the answer from @doxygen, for obvious reasons.

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.