1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Reduce the number of columns in the alpha index to 4 so that it fits

on a 1280x1024 screen!

llvm-svn: 14158
This commit is contained in:
Reid Spencer 2004-06-12 14:46:02 +00:00
parent a8fd205112
commit 5310ad2ad5

View 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.