summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-06-12 14:46:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-06-12 14:46:02 +0000
commit0a70ceb55fd3eeba84a1d204f21795475b21e1f9 (patch)
treebddd0ab8166a356b36e3d0e529f7c11a14339e75 /llvm
parent27f44fe1f8c5c680b1fe9c88d0ff95995dfaac23 (diff)
downloadbcm5719-llvm-0a70ceb55fd3eeba84a1d204f21795475b21e1f9.tar.gz
bcm5719-llvm-0a70ceb55fd3eeba84a1d204f21795475b21e1f9.zip
Reduce the number of columns in the alpha index to 4 so that it fits
on a 1280x1024 screen! llvm-svn: 14158
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/doxygen.cfg b/llvm/docs/doxygen.cfg
index 52a0c4c9e7e..46bad0a5fc7 100644
--- a/llvm/docs/doxygen.cfg
+++ b/llvm/docs/doxygen.cfg
@@ -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.
OpenPOWER on IntegriCloud