diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index b0af2b1701..82278bc08a 100644 --- a/docs/doxygen/Doxyfile_inc +++ b/docs/doxygen/Doxyfile_inc @@ -17,7 +17,7 @@ OUTPUT_DIRECTORY = out CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English BRIEF_MEMBER_DESC = YES -REPEAT_BRIEF = YES +REPEAT_BRIEF = NO ABBREVIATE_BRIEF = ALWAYS_DETAILED_SEC = YES INLINE_INHERITED_MEMB = NO diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index ed5e643ea7..2a18613a4f 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -509,5 +509,10 @@ DIV.navigation A SPAN { } LI { - line-height: 130%; + line-height: 115%; } + +DIV.tags LI { + line-height: 100%; +} +