aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-26 16:02:42 +0000
committerMartin Willi <martin@strongswan.org>2005-11-26 16:02:42 +0000
commit9d086b79f659166fe5093aa5cbc8dbe97daceda5 (patch)
tree11fd1b51fc07b0e55aa19f50dcbc19a063af0095 /Source
parent49e9aec435216c35172184bb6f6d065adff472d6 (diff)
downloadstrongswan-9d086b79f659166fe5093aa5cbc8dbe97daceda5.tar.bz2
strongswan-9d086b79f659166fe5093aa5cbc8dbe97daceda5.tar.xz
- fixed member order
Diffstat (limited to 'Source')
-rw-r--r--Source/charon/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/Doxyfile b/Source/charon/Doxyfile
index 858d9a861..34754ae6c 100644
--- a/Source/charon/Doxyfile
+++ b/Source/charon/Doxyfile
@@ -46,8 +46,8 @@ HIDE_SCOPE_NAMES = NO
SHOW_INCLUDE_FILES = YES
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
-SORT_BRIEF_DOCS = YES
-SORT_BY_SCOPE_NAME = YES
+SORT_BRIEF_DOCS = NO
+SORT_BY_SCOPE_NAME = NO
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = NO
GENERATE_BUGLIST = YES