summaryrefslogtreecommitdiff
path: root/2004
diff options
context:
space:
mode:
Diffstat (limited to '2004')
-rw-r--r--2004/i/nono/doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/2004/i/nono/doc/Doxyfile b/2004/i/nono/doc/Doxyfile
index dbb98bd..f1988ed 100644
--- a/2004/i/nono/doc/Doxyfile
+++ b/2004/i/nono/doc/Doxyfile
@@ -131,7 +131,7 @@ INTERNAL_DOCS = NO
# doxygen to hide any special comment blocks from generated source code
# fragments. Normal C and C++ comments will always remain visible.
-STRIP_CODE_COMMENTS = YES
+STRIP_CODE_COMMENTS = NO
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
# file names in lower case letters. If set to YES upper case letters are also
@@ -189,7 +189,7 @@ INLINE_INFO = YES
# alphabetically by member name. If set to NO the members will appear in
# declaration order.
-SORT_MEMBER_DOCS = YES
+SORT_MEMBER_DOCS = NO
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES, then doxygen will reuse the documentation of the first