Skip to content

Commit 8931d45

Browse files
committed
Docs: Generate Doxygen output for static functions
1 parent a38fd6b commit 8931d45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

modules/juce_core/system/juce_StandardHeader.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)