|
|
@@ -38,7 +38,7 @@ PROJECT_NAME = "VCV Rack" |
|
|
|
# could be handy for archiving the generated documentation or if some version |
|
|
|
# control system is used. |
|
|
|
|
|
|
|
PROJECT_NUMBER = |
|
|
|
PROJECT_NUMBER = v1 |
|
|
|
|
|
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description |
|
|
|
# for a project that appears at the top of each page and should give viewer a |
|
|
@@ -51,7 +51,7 @@ PROJECT_BRIEF = |
|
|
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy |
|
|
|
# the logo to the output directory. |
|
|
|
|
|
|
|
PROJECT_LOGO = |
|
|
|
PROJECT_LOGO = logo.png |
|
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
|
|
|
# into which the generated documentation will be written. If a relative path is |
|
|
@@ -762,7 +762,7 @@ WARNINGS = YES |
|
|
|
# will automatically be disabled. |
|
|
|
# The default value is: YES. |
|
|
|
|
|
|
|
WARN_IF_UNDOCUMENTED = YES |
|
|
|
WARN_IF_UNDOCUMENTED = NO |
|
|
|
|
|
|
|
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for |
|
|
|
# potential errors in the documentation, such as not documenting some parameters |
|
|
@@ -1226,7 +1226,7 @@ HTML_COLORSTYLE_HUE = 220 |
|
|
|
# Minimum value: 0, maximum value: 255, default value: 100. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_COLORSTYLE_SAT = 100 |
|
|
|
HTML_COLORSTYLE_SAT = 0 |
|
|
|
|
|
|
|
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the |
|
|
|
# luminance component of the colors in the HTML output. Values below 100 |
|
|
@@ -1494,7 +1494,7 @@ DISABLE_INDEX = NO |
|
|
|
# The default value is: NO. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
GENERATE_TREEVIEW = NO |
|
|
|
GENERATE_TREEVIEW = YES |
|
|
|
|
|
|
|
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that |
|
|
|
# doxygen will group on one line in the generated HTML documentation. |
|
|
|