How to have a separate tab for one namespace and its sub-namespaces in doxygen? -


i have 3 namespaces (let's "a", "b", "modules"). documentation of namespace "modules" interesting other people programmers working me. idea have separate tab on top (like classes, namespaces) call example "modules" sub-namespaces of namespace "modules" should appear. way, 1 has easy access descriptions available namespace.

change

main page   |   namespaces   |   classes   |   files 

to

main page   |   modules   |   namespaces   |   classes   |   files 

and have tab "modules" list of namespaces part of namespace "module".

i know how document code using doxygen. however, have no idea how change layout of generated documentation idea above.

in short

  • change header of doxygen documentation have additional tab called "modules"

  • add treeview of namespaces part of namespace "modules" tab (similar namespaces tab)

take @ this accepted answer guess find necessary information in there how can edit output.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -