I have some question about doxygen's grouping commands. I am using defgroup and ingroup to substructure the documentation (see screenshot in the attachment). All my files start with the following header (here for the concrete example of the CNOT gate):
As you can see in the attached screenshot the brief description (Binary quantum gate class) is processed correctly by doxygen when it is part of a class (or enumerator, ...) description. However, the description of a standalone group (here Quantum gates group) is ignored.
Is this expected behavior or can it be adjusted to also process the \brief description of standalone group definitions?
Dear all,
I have some question about doxygen's grouping commands. I am using
defgroup
andingroup
to substructure the documentation (see screenshot in the attachment). All my files start with the following header (here for the concrete example of the CNOT gate):At a higher level I have
and
As you can see in the attached screenshot the brief description (
Binary quantum gate class
) is processed correctly by doxygen when it is part of a class (or enumerator, ...) description. However, the description of a standalone group (hereQuantum gates group
) is ignored.Is this expected behavior or can it be adjusted to also process the \brief description of standalone group definitions?
Kind regards,
Matthias