-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
needinforeported bug is incomplete, please add additional inforeported bug is incomplete, please add additional info
Description
I often find myself in a situation where I want to create a section within a Doxygen group, where this section groups together a set of different elements (#define
, function, typedef
, etc...), for example right now I need to create a section with about ten #define
s because they belong to the same (semantic) group.
AFIK the @section
command does not work inside groups.
The closest solution I've found is to create subgroups, but the thing I don't like about subgroups is that they are generated in a different HTML page than their parent group.
Is there a way to make nested groups be generated in their parent group HTML page (with subgroups visible in the treeview)?
Metadata
Metadata
Assignees
Labels
needinforeported bug is incomplete, please add additional inforeported bug is incomplete, please add additional info