doxywizard

Adding new user Tab in the doxygen Layout

蹲街弑〆低调 提交于 2019-12-02 00:35:14
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="">

Use of doxygen's \\link command

有些话、适合烂在心里 提交于 2019-12-01 03:35:45
I have an external HTML file I'd like to have linked form either my doxygen "Related Pages" tab or the left hand frame. It seems I need to use the \link command but I can't find a good example of how to use it or where. I am currently using doxywizard to generate the HTML. So, is \link something I incorporate into my doxygen config file or do I add it when I build the HTML somehow? Update So I ended up having to do the following: Create a new page (docs_main.html) that had the following: /*! \mainpage MY TITLE HERE * \section intro_sec External resources * <a href="link_to_my_external_page

Use the README.md file as main page in Doxygen

梦想的初衷 提交于 2019-11-28 16:39:23
The documentation of Doxygen states, that I can use PHP Markdown Extra title labelling in a markdown file, but neither # Main Page # {#mainpage} nor # Main Page # {#index} works, but the label is not present in the output as plain text either. This is the very first line BTW. Also I cannot reference to that page neither with the above labels, neither with the name of the file. I also have a main.dox file that contains a \mainpage special command, but I also tried all the above with removing one slash before them (to make it only two). I'm using Doxygen 1.8.2 (downloaded) and 1.8.1.1 (from