Reduce the number of columns in the alpha index to 4 so that it fits
authorReid Spencer <rspencer@reidspencer.com>
Sat, 12 Jun 2004 14:46:02 +0000 (14:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 12 Jun 2004 14:46:02 +0000 (14:46 +0000)
on a 1280x1024 screen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14158 91177308-0d34-0410-b5e6-96231b3b80d8

docs/doxygen.cfg
docs/doxygen.cfg.in

index 52a0c4c9e7e603c1b4f72f3245b1d7aa7bf2009f..46bad0a5fc7f220a2e852940359c5341aee7e437 100644 (file)
@@ -411,7 +411,7 @@ ALPHABETICAL_INDEX     = YES
 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
 # in which this list will be split (can be a number in the range [1..20])
 
-COLS_IN_ALPHA_INDEX    = 5
+COLS_IN_ALPHA_INDEX    = 4
 
 # In case all classes in a project start with a common prefix, all 
 # classes will be put under the same header in the alphabetical index. 
index 52a0c4c9e7e603c1b4f72f3245b1d7aa7bf2009f..46bad0a5fc7f220a2e852940359c5341aee7e437 100644 (file)
@@ -411,7 +411,7 @@ ALPHABETICAL_INDEX     = YES
 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
 # in which this list will be split (can be a number in the range [1..20])
 
-COLS_IN_ALPHA_INDEX    = 5
+COLS_IN_ALPHA_INDEX    = 4
 
 # In case all classes in a project start with a common prefix, all 
 # classes will be put under the same header in the alphabetical index.