X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=Doxyfile.in;h=e7f5b50a46e68d588a5c40d87a16804a7e00dbaf;hp=52e62b7670bf95599b74fbbeb1856c7da69e5a83;hb=633fbe4fde8887d8026c1c121f26c220dda26329;hpb=0f82a47063f05d8eeae64866ff4787edc8db6328 diff --git a/Doxyfile.in b/Doxyfile.in index 52e62b7..e7f5b50 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.