aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-05 11:53:35 +0200
committerTobias Brunner <tobias@strongswan.org>2010-08-05 11:53:53 +0200
commitedb82ab8aecf9683d25c67536a453f21fc656373 (patch)
treeba3d7182ffda1253c5d589fa25ed6679d6c2bcd4 /Doxyfile.in
parent7ea87db00d95cf5f91288fc4067a7ab14f43fd6d (diff)
downloadstrongswan-edb82ab8aecf9683d25c67536a453f21fc656373.tar.bz2
strongswan-edb82ab8aecf9683d25c67536a453f21fc656373.tar.xz
Some Doxygen fixes.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 52e62b767..e7f5b50a4 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -576,7 +576,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = */.svn/*
+EXCLUDE_PATTERNS = */.git/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -700,7 +700,7 @@ VERBATIM_HEADERS = YES
# of all compounds will be generated. Enable this if the project
# contains a lot of classes, structs, unions or interfaces.
-ALPHABETICAL_INDEX = NO
+ALPHABETICAL_INDEX = YES
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
@@ -844,7 +844,7 @@ TOC_EXPAND = NO
# top of each HTML page. The value NO (the default) enables the index and
# the value YES disables it.
-DISABLE_INDEX = YES
+DISABLE_INDEX = NO
# This tag can be used to set the number of enum values (range [1..20])
# that doxygen will group on one line in the generated HTML documentation.