# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src/libstrongswan \
- src/charon \
- src/libsimaka \
- src/libfast \
- src/manager
+INPUT = @SRC_DIR@/src/libstrongswan \
+ @SRC_DIR@/src/libhydra \
+ @SRC_DIR@/src/libcharon \
+ @SRC_DIR@/src/libsimaka \
+ @SRC_DIR@/src/libtls \
+ @SRC_DIR@/src/libfast \
+ @SRC_DIR@/src/manager
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# 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
# 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
# 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.