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?