continuous integration - Doxygen link to Topics page - Stack Overflow

admin2025-04-17  3

How does one link to an auto-generated Doxygen page such as Topics or Namespaces? Typically, I would link to a page by defining its anchor and then using \ref as described here, but this is not possible with the pages that Doxygen generates itself. I can change the title of these pages via DoxygenLayout.xml but I cannot insert \anchor because I think Doxygen interprets those XML fields literally, ie: it doesn't look for commands.

I know that the Topics page is always an HTML file called topics.html, so perhaps I could do a relative reference to that?

Am I missing something daft?

转载请注明原文地址:http://anycun.com/QandA/1744849805a88487.html