mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
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:
parent
e43b6c7854
commit
2fd1a79ef0
5
doc/static/acrn-custom.css
vendored
5
doc/static/acrn-custom.css
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user