@@ -54,7 +54,7 @@ PROJECT_NUMBER =
5454# for a project that appears at the top of each page and should give viewers a
5555# quick idea about the purpose of the project. Keep the description short.
5656
57- PROJECT_BRIEF = "An untainted clean room reverse engineered VST 2.x SDK"
57+ PROJECT_BRIEF = "A recreation of the popular Steinberg VST 2.x SDK. "
5858
5959# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
6060# in the documentation. The maximum height of the logo should not exceed 55
@@ -74,7 +74,7 @@ PROJECT_ICON =
7474# entered, it will be relative to the location where Doxygen was started. If
7575# left blank the current directory will be used.
7676
77- OUTPUT_DIRECTORY = docs
77+ OUTPUT_DIRECTORY = build/ docs
7878
7979# If the CREATE_SUBDIRS tag is set to YES then Doxygen will create up to 4096
8080# sub-directories (in 2 levels) under the output directory of each output format
@@ -215,7 +215,7 @@ SHORT_NAMES = NO
215215# explicit @brief command for a brief description.)
216216# The default value is: NO.
217217
218- JAVADOC_AUTOBRIEF = NO
218+ JAVADOC_AUTOBRIEF = YES
219219
220220# If the JAVADOC_BANNER tag is set to YES then Doxygen will interpret a line
221221# such as
@@ -653,7 +653,7 @@ INTERNAL_DOCS = NO
653653# Possible values are: SYSTEM, NO and YES.
654654# The default value is: SYSTEM.
655655
656- CASE_SENSE_NAMES = SYSTEM
656+ CASE_SENSE_NAMES = YES
657657
658658# If the HIDE_SCOPE_NAMES tag is set to NO then Doxygen will show members with
659659# their full class and namespace scopes in the documentation. If set to YES, the
@@ -1388,7 +1388,7 @@ GENERATE_HTML = YES
13881388# The default directory is: html.
13891389# This tag requires that the tag GENERATE_HTML is set to YES.
13901390
1391- HTML_OUTPUT = .
1391+ HTML_OUTPUT = html
13921392
13931393# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
13941394# generated HTML page (for example: .htm, .php, .asp).
@@ -1843,7 +1843,7 @@ ENUM_VALUES_PER_LINE = 4
18431843# enumeration values besides the enumeration mnemonics.
18441844# The default value is: NO.
18451845
1846- SHOW_ENUM_VALUES = NO
1846+ SHOW_ENUM_VALUES = YES
18471847
18481848# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
18491849# to set the initial width (in pixels) of the frame in which the tree is shown.
0 commit comments