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?
anchorin the tags in thenavindexof the layout file. Where the value of the the attribute is the anchor to be used (when using it with\refthe value of the title field could be used as text in the link).\refcommand as its "contents" is evaluated before about the "fixed pages" is decided (which contains at least 2 important tests: will the "fixed page" be populated and is the "fixed" page not disabled due to a layout setting or a configuration setting.