How to add our own defined tab in the doxygen docs

602 Views Asked by At

Output of your code

FPGA_BOARD content

Hi I want to add one more tab to the page i.e I want "Lokesh" tab in between Main Pages and Related pages I have attached screenshot for reference. Image for the reference

enter image description here

Detailed tab view

1

There are 1 best solutions below

0
albert On

Not an answer, but hard to put in a comment.

The question is still very unclear but maybe the user wants something like:

    <tab type="usergroup" visible="yes" title="Think" intro="">
      <tab type="usergroup" visible="yes" title="ReThink" intro="">
        <tab type="user" visible="yes" title="Think Longer" intro="">
        </tab>
      </tab>
    </tab>

in his DoxygenLayout.xml.