diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-08 00:43:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-08 00:43:18 +0200 |
commit | 9ccc7aeeea1bdcd6bf4d618e1bd1cf90b363e6d3 (patch) | |
tree | a840a23528d1901849a54121c73d8be7ac724db6 | |
parent | 242b3c292a49cc620fae6554ab74e748392d9197 (diff) | |
download | ffmpeg-9ccc7aeeea1bdcd6bf4d618e1bd1cf90b363e6d3.tar.gz |
doc/Doxyfile: use 5 columns for alphabetical index
This reverts a hunk from 671005558a295945f5d4cfd1abca6832af479c0b
Reduces diff to what we use on the server
Suggested-by: Timothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index caee89fe4e..8697e6c551 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -759,7 +759,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 = 2 +COLS_IN_ALPHA_INDEX = 5 # 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. |