Skip to content
Snippets Groups Projects
Commit bff5760f authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Tune doxygen config

parent 252ad812
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,6 @@ PROJECT_BRIEF = ...@@ -53,7 +53,6 @@ PROJECT_BRIEF =
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
# to the output directory. # to the output directory.
# PROJECT_LOGO = ../doc/images/red-wolf.png
PROJECT_LOGO = ../doc/images/wolf-120.png PROJECT_LOGO = ../doc/images/wolf-120.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
...@@ -374,7 +373,7 @@ INLINE_GROUPED_CLASSES = NO ...@@ -374,7 +373,7 @@ INLINE_GROUPED_CLASSES = NO
# Man pages) or section (for LaTeX and RTF). # Man pages) or section (for LaTeX and RTF).
# The default value is: NO. # The default value is: NO.
INLINE_SIMPLE_STRUCTS = NO INLINE_SIMPLE_STRUCTS = YES
# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# enum is documented as struct, union, or enum with the name of the typedef. So # enum is documented as struct, union, or enum with the name of the typedef. So
...@@ -2153,7 +2152,7 @@ CLASS_GRAPH = YES ...@@ -2153,7 +2152,7 @@ CLASS_GRAPH = YES
# The default value is: YES. # The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES. # This tag requires that the tag HAVE_DOT is set to YES.
COLLABORATION_GRAPH = NO COLLABORATION_GRAPH = YES
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies. # groups, showing the direct groups dependencies.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment