|
@@ -437,7 +437,7 @@ INLINE_SIMPLE_STRUCTS = NO
|
|
|
# types are typedef'ed and only the typedef is referenced, never the tag name.
|
|
|
# The default value is: NO.
|
|
|
|
|
|
-TYPEDEF_HIDES_STRUCT = NO
|
|
|
+TYPEDEF_HIDES_STRUCT = YES
|
|
|
|
|
|
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
|
|
# cache is used to resolve symbols given their name and scope. Since this can be
|
|
@@ -477,7 +477,7 @@ NUM_PROC_THREADS = 1
|
|
|
# normally produced when WARNINGS is set to YES.
|
|
|
# The default value is: NO.
|
|
|
|
|
|
-EXTRACT_ALL = YES
|
|
|
+EXTRACT_ALL = NO
|
|
|
|
|
|
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
|
|
|
# be included in the documentation.
|
|
@@ -593,7 +593,7 @@ CASE_SENSE_NAMES = YES
|
|
|
# scope will be hidden.
|
|
|
# The default value is: NO.
|
|
|
|
|
|
-HIDE_SCOPE_NAMES = YES
|
|
|
+HIDE_SCOPE_NAMES = NO
|
|
|
|
|
|
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
|
|
|
# append additional text to a page's title, such as Class Reference. If set to
|
|
@@ -638,7 +638,7 @@ INLINE_INFO = YES
|
|
|
# name. If set to NO, the members will appear in declaration order.
|
|
|
# The default value is: YES.
|
|
|
|
|
|
-SORT_MEMBER_DOCS = YES
|
|
|
+SORT_MEMBER_DOCS = NO
|
|
|
|
|
|
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
|
|
|
# descriptions of file, namespace and class members alphabetically by member
|
|
@@ -748,7 +748,7 @@ SHOW_FILES = YES
|
|
|
# Folder Tree View (if specified).
|
|
|
# The default value is: YES.
|
|
|
|
|
|
-SHOW_NAMESPACES = NO
|
|
|
+SHOW_NAMESPACES = YES
|
|
|
|
|
|
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
|
|
# doxygen should invoke to get the current version for each file (typically from
|
|
@@ -1172,7 +1172,7 @@ VERBATIM_HEADERS = YES
|
|
|
# classes, structs, unions or interfaces.
|
|
|
# The default value is: YES.
|
|
|
|
|
|
-ALPHABETICAL_INDEX = NO
|
|
|
+ALPHABETICAL_INDEX = YES
|
|
|
|
|
|
# In case all classes in a project start with a common prefix, all classes will
|
|
|
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
|
@@ -1552,7 +1552,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
|
|
|
# The default value is: NO.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-DISABLE_INDEX = YES
|
|
|
+DISABLE_INDEX = NO
|
|
|
|
|
|
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
|
|
|
# structure should be generated to display hierarchical information. If the tag
|
|
@@ -2211,7 +2211,7 @@ PERLMOD_MAKEVAR_PREFIX =
|
|
|
# C-preprocessor directives found in the sources and include files.
|
|
|
# The default value is: YES.
|
|
|
|
|
|
-ENABLE_PREPROCESSING = NO
|
|
|
+ENABLE_PREPROCESSING = YES
|
|
|
|
|
|
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
|
|
|
# in the source code. If set to NO, only conditional compilation will be
|
|
@@ -2396,7 +2396,7 @@ DOT_FONTPATH =
|
|
|
# Possible values are: NO, YES, TEXT and GRAPH.
|
|
|
# The default value is: YES.
|
|
|
|
|
|
-CLASS_GRAPH = NO
|
|
|
+CLASS_GRAPH = YES
|
|
|
|
|
|
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
|
|
|
# graph for each documented class showing the direct and indirect implementation
|