Skip to content

Commit e90b04e

Browse files
committed
Clean and proper directory structure
1 parent 8571046 commit e90b04e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Doxyfile

Lines changed: 4 additions & 4 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 = build/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
@@ -991,8 +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 = vst.h \
995-
vst.hpp \
994+
INPUT = include/ \
996995
README.md
997996

998997
# This tag can be used to specify the character encoding of the source files
@@ -2533,7 +2532,8 @@ INCLUDE_FILE_PATTERNS =
25332532
# recursively expanded use the := operator instead of the = operator.
25342533
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
25352534

2536-
PREDEFINED =
2535+
PREDEFINED = __cplusplus:=999999L \
2536+
__STDC_VERSION__:=999999L
25372537

25382538
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
25392539
# tag can be used to specify a list of macro names that should be expanded. The

vst.h renamed to include/vst.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
// Protect against double inclusion in practically every compiler available.
2525
#pragma once
2626
#ifndef VST2SDK_VST_H
27-
/** @private */
2827
#define VST2SDK_VST_H
2928

3029
/* The VST 2.x alignment appears to be 8 for both 32 and 64-bit. This alignment is ignored by some earlier Windows
File renamed without changes.

0 commit comments

Comments
 (0)