aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doxygen.cfg.in
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
commit06a3db0b0fd080ca025e8ac9d9af543f6a211d73 (patch)
tree08a414f7ec98de0ec4f231e1b5ce30af1e88c0e0 /docs/doxygen.cfg.in
parent51a54e6f1b215c071d207895d9b1607a89acac4c (diff)
downloadexternal_llvm-06a3db0b0fd080ca025e8ac9d9af543f6a211d73.zip
external_llvm-06a3db0b0fd080ca025e8ac9d9af543f6a211d73.tar.gz
external_llvm-06a3db0b0fd080ca025e8ac9d9af543f6a211d73.tar.bz2
Reduce the number of columns in the alpha index to 4 so that it fits
on a 1280x1024 screen! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r--docs/doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index 52a0c4c..46bad0a 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -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.