From 40c53d1b49569facfd71e30ef56d26df790621c4 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Wed, 2 Apr 2008 01:23:11 +0000 Subject: [PATCH] 115% line height on lists is more than enough, especially for the class hierarchy and class members pages. Also turned off REPEAT_BRIEF for when we add brief descriptions to classes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/Doxyfile_inc | 2 +- docs/doxygen/wxwidgets.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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%; +} +