]> gcc.gnu.org Git - gcc.git/commit
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>
Mon, 18 Mar 2024 13:50:55 +0000 (13:50 +0000)
commitd9f006da30def40747792d3ea37add1d80e02444
tree96c94b90b44a424a7782ce0a849ad238f3680df4
parentf3d4e25f4076cb9a829fbe24969dfc4627244bdd
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.

(cherry picked from commit 9c3a8fe34aeacabc2f62acef7f8f9108cb109238)
libstdc++-v3/doc/doxygen/user.cfg.in
This page took 0.062138 seconds and 6 git commands to generate.