# hierarchy of group names into alphabetical order. If set to NO (the default) \r
# the group names will appear in their defined order.\r
\r
-SORT_GROUP_NAMES = NO\r
+SORT_GROUP_NAMES = YES\r
\r
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be \r
# sorted by fully-qualified names, including namespaces. If set to \r
# against the file with absolute path, so to exclude all test directories \r
# for example use the pattern */test/*\r
\r
-EXCLUDE_PATTERNS = */LowLevel/USBMode.h\r
+EXCLUDE_PATTERNS = \r
\r
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names \r
# (namespaces, classes, functions, etc.) that should be excluded from the \r
# used to set the initial width (in pixels) of the frame in which the tree \r
# is shown.\r
\r
-TREEVIEW_WIDTH = 250\r
+TREEVIEW_WIDTH = 300\r
\r
# Use this tag to change the font size of Latex formulas included \r
# as images in the HTML documentation. The default is 10. Note that \r
# The macro definition that is found in the sources will be used. \r
# Use the PREDEFINED tag if you want to use a different macro definition.\r
\r
-EXPAND_AS_DEFINED = BUTTLOADTAG\r
+EXPAND_AS_DEFINED = \r
\r
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then \r
# doxygen's preprocessor will remove all function-like macros that are alone \r
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen \r
# will generate a graph for groups, showing the direct groups dependencies\r
\r
-GROUP_GRAPHS = NO\r
+GROUP_GRAPHS = YES\r
\r
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and \r
# collaboration diagrams in a style similar to the OMG's Unified Modeling \r
# file showing the direct and indirect include dependencies of the file with \r
# other documented files.\r
\r
-INCLUDE_GRAPH = NO\r
+INCLUDE_GRAPH = YES\r
\r
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and \r
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each \r
# documented header file showing the documented files that directly or \r
# indirectly include this file.\r
\r
-INCLUDED_BY_GRAPH = NO\r
+INCLUDED_BY_GRAPH = YES\r
\r
# If the CALL_GRAPH and HAVE_DOT options are set to YES then \r
# doxygen will generate a call dependency graph for every global function \r
# the time of a run. So in most cases it will be better to enable call graphs \r
# for selected functions only using the \callgraph command.\r
\r
-CALL_GRAPH = NO\r
+CALL_GRAPH = YES\r
\r
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then \r
# doxygen will generate a caller dependency graph for every global function \r
# in a graphical way. The dependency relations are determined by the #include\r
# relations between the files in the directories.\r
\r
-DIRECTORY_GRAPH = NO\r
+DIRECTORY_GRAPH = YES\r
\r
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images \r
# generated by dot. Possible values are png, jpg, or gif\r