From 5310ad2ad583cee8267eb5821b8219bde220d456 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 12 Jun 2004 14:46:02 +0000 Subject: [PATCH] Reduce the number of columns in the alpha index to 4 so that it fits on a 1280x1024 screen! llvm-svn: 14158 --- docs/doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 52a0c4c9e7e..46bad0a5fc7 100644 --- a/docs/doxygen.cfg +++ b/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.