libstdc++: Disable Doxygen GROUP_NESTED_COMPOUNDS config option
authorJonathan Wakely <jwakely@redhat.com>
Wed, 11 May 2022 15:46:03 +0000 (16:46 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 13 May 2022 12:32:21 +0000 (13:32 +0100)
commit9c3a8fe34aeacabc2f62acef7f8f9108cb109238
treebc483bfd64f5076edf93d9ff85df40ca4e6a519a
parent1f89e48789d230c78ec60ff3dc9e7e2478cc3df9
libstdc++: Disable Doxygen GROUP_NESTED_COMPOUNDS config option

Before Doxygen version 1.9.2 this option is broken (see
https://github.com/doxygen/doxygen/issues/8638 for more details) and
classes are not added to the correct groups by @ingroup and @addtogroup.

Also remove the obsolete CLASS_DIAGRAMS option that causes a warning.

libstdc++-v3/ChangeLog:

* doc/doxygen/user.cfg.in (GROUP_NESTED_COMPOUNDS): Set to NO.
(CLASS_DIAGRAMS): Remove obsolete option.
libstdc++-v3/doc/doxygen/user.cfg.in