Skip to content

Commit 4b0f528

Browse files
committed
More documentation improvments
1 parent b49fb78 commit 4b0f528

File tree

2 files changed

+483
-155
lines changed

2 files changed

+483
-155
lines changed

Doxyfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = Z:/Projects/vst2sdk/docs
77+
OUTPUT_DIRECTORY = 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
@@ -713,7 +713,7 @@ SORT_MEMBER_DOCS = YES
713713
# this will also influence the order of the classes in the class list.
714714
# The default value is: NO.
715715

716-
SORT_BRIEF_DOCS = YES
716+
SORT_BRIEF_DOCS = NO
717717

718718
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then Doxygen will sort the
719719
# (brief and detailed) documentation of class members so that constructors and
@@ -752,7 +752,7 @@ SORT_BY_SCOPE_NAME = YES
752752
# accept a match between prototype and implementation in such cases.
753753
# The default value is: NO.
754754

755-
STRICT_PROTO_MATCHING = NO
755+
STRICT_PROTO_MATCHING = YES
756756

757757
# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
758758
# list. This list is created by putting \todo commands in the documentation.
@@ -991,7 +991,7 @@ WARN_LOGFILE =
991991
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
992992
# Note: If this tag is empty the current directory is searched.
993993

994-
INPUT = Z:/Projects/vst2sdk/vst.h
994+
INPUT = vst.h
995995

996996
# This tag can be used to specify the character encoding of the source files
997997
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
@@ -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 = .
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).

0 commit comments

Comments
 (0)