Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

Is there a way how to group entries in the navigation index of HTML output generated by Doxygen?

At the moment the structure looks like:

module
|__macro1
|__macro2
|__function1
|__function2
|__function3
|__varible1

and I would like to group these items like:

module
|_macros
| |__macro1
| |__macro2
|
|_functions
| |__function1
| |__function2
| |__function3
|
|_variables

etc.

Functions and variables are not a big problem, but defines and enums are making quite a mess in the navigation index and grouping them would be nice. :-)

Thank for any advices!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900