如何在doxygen文档中添加我们自己定义的标签

问题描述

Output of your code

FPGA_BOARD content

嗨,我想在页面添加一个标签,即我要在“主页”和“相关页面”之间添加“ Lokesh”标签 我已附上屏幕截图,以供参考。

Image for the reference

enter image description here

Detailed tab view

解决方法

不是答案,但很难发表评论。

问题仍然非常不清楚,但也许用户想要这样的东西:

    <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>

在他的DoxygenLayout.xml中。