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


_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to