From 2fd1a79ef0128aaa96955da9b20b648d89324ac4 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 9 Jul 2020 11:21:28 -0700 Subject: [PATCH] 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 --- doc/static/acrn-custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index 8e8eaeaa9..b142f8a33 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -124,8 +124,9 @@ th,td { vertical-align: top !important; } -/* dbk tweak for doxygen-generated API headings (for RTD theme) */ -.rst-content dl.group>dt, .rst-content dl.group>dd>p { +/* dbk tweak for doxygen-generated API headings (for RTD theme) + hide the "group" name provided by breathe, but keep the description */ +.rst-content dl.group>dt { display:none !important; } .rst-content dl.group {