doc: keep doxygen group descriptions in doc output

Propagated fix from other doxygen/breathe project to keep the
description found in the doxygen comments for the group being displayed
(in case there actually is a nice description given).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-07-09 11:21:28 -07:00 committed by David Kinder
parent e43b6c7854
commit 2fd1a79ef0

View File

@ -124,8 +124,9 @@ th,td {
vertical-align: top !important; vertical-align: top !important;
} }
/* dbk tweak for doxygen-generated API headings (for RTD theme) */ /* dbk tweak for doxygen-generated API headings (for RTD theme)
.rst-content dl.group>dt, .rst-content dl.group>dd>p { hide the "group" name provided by breathe, but keep the description */
.rst-content dl.group>dt {
display:none !important; display:none !important;
} }
.rst-content dl.group { .rst-content dl.group {