File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ EXTRACT_PACKAGE = NO
569569# included in the documentation.
570570# The default value is: NO.
571571
572- EXTRACT_STATIC = NO
572+ EXTRACT_STATIC = YES
573573
574574# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
575575# locally in source files will be included in the documentation. If set to NO,
Original file line number Diff line number Diff line change @@ -161,7 +161,8 @@ JUCE_END_IGNORE_WARNINGS_MSVC
161161
162162// ==============================================================================
163163#ifndef JUCE_API
164- #define JUCE_API /* *< This macro is added to all JUCE public class declarations. */
164+ /* * This macro is added to all JUCE public class declarations. */
165+ #define JUCE_API
165166#endif
166167
167168#if JUCE_MSVC && JUCE_DLL_BUILD
You can’t perform that action at this time.
0 commit comments