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.
Asked
Active
Viewed 440 times
0

Lokesh Kumar
- 51
- 1
- 2
- 8
-
Which version of doxygen? What did you try so far? Did you have a look at the paragraph "Changing the layout of pages" (https://www.doxygen.nl/manual/customize.html#layout) in the documentation? – albert Aug 12 '20 at 14:34
-
Thanks albert fro your help yes I am able to do it. – Lokesh Kumar Aug 13 '20 at 09:41
-
One more issue is there if I want to add modules and submodules inside our own user group how I will do it. It will be very greatful if you look into this – Lokesh Kumar Aug 13 '20 at 09:43
-
By head the "usergroup" can be nested (see documentation), when there are still problems come back with an example of what you tried. – albert Aug 13 '20 at 09:54
-
Hi albert thanks for your quick response, I have tried defgroup but it is not working if I am using defgroup modules has been created in modules tag not in the user tag. Could you please explain "By head the" in your comment. – Lokesh Kumar Aug 13 '20 at 10:30
-
I wasn't talking about `\defgroup` but about the "usergroups" in the DoxygenLayout.xml as described ink I provided before. – albert Aug 13 '20 at 10:35
-
Link is not visible – Lokesh Kumar Aug 13 '20 at 12:34
-
Strange do you get an error message or something similar? With your distribution you will have also have the documentation or you should be able to download it from the same place as where you got doxygen. Which OS are you using and which doxygen version? – albert Aug 13 '20 at 12:45
-
Hi Albert inside FPGA_BOARD tag I want "https://i.stack.imgur.com/GSeq5.png" this type of menu. I have attached image above. – Lokesh Kumar Aug 13 '20 at 18:13
-
Code should always be added as code to a question and not as an image, to reproduce is is much harder to use and image than code. There should not only be images added to the question but also some accompanying text to show what it is. From your tests what are the results, wheer are the problems? – albert Aug 14 '20 at 07:40
-
Hi albert As per the image requirement is clear to you or not if not give me your email id I will send whole module to you for rectification.Inside FPGA_BOARD tab I want modules which is shown in image. – Lokesh Kumar Aug 14 '20 at 08:18
-
What is of interest is only the changes you made to the DoxygenLayout.xml, the result in the user interface and a description what is missing / wrong. – albert Aug 14 '20 at 08:28
-
In the user interface i.e (FPGA_BOARD tab) I want Modem,Modem Api,Threadx etc as Its shown in the image which is updated earlier.Currently Inside FPGA_BOARD tag I am getting FPGA top view and modem but it is not coming as group. So please suggest how to create our own group inside FPGA_BOARD tab just same as modules tab. but content of the modules tab and FPGA_BOARD tag must be different for my specific requirement.I have attached screenshot for reference. – Lokesh Kumar Aug 14 '20 at 09:24
-
It is unclear which image belongs to which remark. Please add these type of descriptions to the question and do not dump the images in the question and a description in the comments, make a "logical" story out of it. Also give your new entries in the DoxygenLayout.xml. Now it is unclear. – albert Aug 14 '20 at 09:35
-
In simple tell me one thing how I will define subgroup inside our
– Lokesh Kumar Aug 14 '20 at 09:39 -
Still very unclear what you want. – albert Aug 14 '20 at 10:01
-
The code which you posted I tried that one but it is showing the output which I have attached in latest image. But my requirement is like I want to create group inside "Think" tab using @defgroup. – Lokesh Kumar Aug 14 '20 at 10:30
1 Answers
0
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
.

albert
- 8,285
- 3
- 19
- 32