Adding new user Tab in the doxygen Layout
I am new to using doxygen 1.8.7. I am trying to add the Architecture diagram to be the part of the API documentation generated for my C# project using doxygen. I generated the default doxygen Layout file (DoxygenLayout.xml) and edited it by adding the below changes - <navindex> <tab type="mainpage" visible="yes" title=""> <tab type="mainpage" visible="yes" title="Audience" /> <tab type="user" url="@ref Architecture" title="My Page" /> </tab> <tab type="pages" visible="yes" title="" intro=""/> <tab type="modules" visible="yes" title="" intro=""/> <tab type="namespaces" visible="yes" title="">