summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Hallnor <ehallnor@umich.edu>2003-10-17 17:51:15 -0400
committerErik Hallnor <ehallnor@umich.edu>2003-10-17 17:51:15 -0400
commit1bebc1ab2f49af51cf899be6cb88409abbd81461 (patch)
treee1da7dc016e088ffd826e5a37b824a212b0d7345
parent24a1ee1ac5da2ebed43e7b960561b69e3059fcad (diff)
parenteec404abe6d9a51bd8b296ff896a8014a1100fdf (diff)
downloadgem5-1bebc1ab2f49af51cf899be6cb88409abbd81461.tar.xz
Merge ehallnor@zizzer:/bk/m5
into zizzer.eecs.umich.edu:/y/ehallnor/work/m5 --HG-- extra : convert_revision : 1d562a8a3c17335399aede18464aabcaaa81ca6c
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 309ea6e4c..4e2aa31d6 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -378,7 +378,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = build configs setup BitKeeper SCCS Attic PENDING RESYNC
+EXCLUDE = build configs setup PENDING RESYNC
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
@@ -484,7 +484,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 = 3
# 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.