[Doxygen-users] How to set the url in a navindex tab to follow the link in a .tag file?
Brought to you by:
dimitri
From: Mark <dox...@er...> - 2023-07-02 11:02:19
|
I have several documents I am linking together with the help of a tag file. I have the tag file set up and working so that `@ref otherdocspage` in a document gives the correct reference to the external document in the generated output. I am also customizing the layout via DOXYGEN_LAYOUT_FILE. If I write a navindex tab entry like <tab type="user" url="@ref otherdocspage" title=“License"/> the url on the link in the tab points to otherdocspage.html in the document to which the layout file is being applied. Is there a way of writing “url” to make it aware of the tag file or some way to make the customized layout.xml aware of the tag file? Or is what I am trying to do impossible? Regards -Mark |