|
|
@@ -196,7 +196,7 @@ SEPARATE_MEMBER_PAGES = NO
|
|
|
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
|
|
|
# Doxygen uses this value to replace tabs by spaces in code fragments.
|
|
|
|
|
|
-TAB_SIZE = 9
|
|
|
+TAB_SIZE = 8
|
|
|
|
|
|
# This tag can be used to specify a number of aliases that acts
|
|
|
# as commands in the documentation. An alias has the form "name=value".
|
|
|
@@ -332,7 +332,7 @@ INLINE_GROUPED_CLASSES = YES
|
|
|
# structs, classes, and unions are shown on a separate page (for HTML and Man
|
|
|
# pages) or section (for LaTeX and RTF).
|
|
|
|
|
|
-INLINE_SIMPLE_STRUCTS = NO
|
|
|
+INLINE_SIMPLE_STRUCTS = YES
|
|
|
|
|
|
# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
|
|
|
# is documented as struct, union, or enum with the name of the typedef. So
|
|
|
@@ -490,7 +490,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 the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
|
|
|
# brief documentation of file, namespace and class members alphabetically
|
|
|
@@ -532,25 +532,25 @@ SORT_BY_SCOPE_NAME = NO
|
|
|
# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
|
|
|
# will still accept a match between prototype and implementation in such cases.
|
|
|
|
|
|
-STRICT_PROTO_MATCHING = NO
|
|
|
+STRICT_PROTO_MATCHING = YES
|
|
|
|
|
|
# The GENERATE_TODOLIST tag can be used to enable (YES) or
|
|
|
# disable (NO) the todo list. This list is created by putting \todo
|
|
|
# commands in the documentation.
|
|
|
|
|
|
-GENERATE_TODOLIST = NO
|
|
|
+GENERATE_TODOLIST = YES
|
|
|
|
|
|
# The GENERATE_TESTLIST tag can be used to enable (YES) or
|
|
|
# disable (NO) the test list. This list is created by putting \test
|
|
|
# commands in the documentation.
|
|
|
|
|
|
-GENERATE_TESTLIST = NO
|
|
|
+GENERATE_TESTLIST = YES
|
|
|
|
|
|
# The GENERATE_BUGLIST tag can be used to enable (YES) or
|
|
|
# disable (NO) the bug list. This list is created by putting \bug
|
|
|
# commands in the documentation.
|
|
|
|
|
|
-GENERATE_BUGLIST = NO
|
|
|
+GENERATE_BUGLIST = YES
|
|
|
|
|
|
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
|
|
|
# disable (NO) the deprecated list. This list is created by putting
|
|
|
@@ -875,7 +875,7 @@ REFERENCED_BY_RELATION = YES
|
|
|
# then for each documented function all documented entities
|
|
|
# called/used by that function will be listed.
|
|
|
|
|
|
-REFERENCES_RELATION = YES
|
|
|
+REFERENCES_RELATION = NO
|
|
|
|
|
|
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
|
|
|
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
|
|
|
@@ -1006,7 +1006,7 @@ HTML_COLORSTYLE_HUE = 220
|
|
|
# the colors in the HTML output. For a value of 0 the output will use
|
|
|
# grayscales only. A value of 255 will produce the most vivid colors.
|
|
|
|
|
|
-HTML_COLORSTYLE_SAT = 103
|
|
|
+HTML_COLORSTYLE_SAT = 100
|
|
|
|
|
|
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
|
|
|
# the luminance component of the colors in the HTML output. Values below
|