mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Docs: Generate Doxygen output for static functions
This commit is contained in:
parent
a38fd6b477
commit
8931d45fe9
2 changed files with 3 additions and 2 deletions
|
|
@ -569,7 +569,7 @@ EXTRACT_PACKAGE = NO
|
||||||
# included in the documentation.
|
# included in the documentation.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
EXTRACT_STATIC = NO
|
EXTRACT_STATIC = YES
|
||||||
|
|
||||||
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
|
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
|
||||||
# locally in source files will be included in the documentation. If set to NO,
|
# locally in source files will be included in the documentation. If set to NO,
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,8 @@ JUCE_END_IGNORE_WARNINGS_MSVC
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
#ifndef JUCE_API
|
#ifndef JUCE_API
|
||||||
#define JUCE_API /**< This macro is added to all JUCE public class declarations. */
|
/** This macro is added to all JUCE public class declarations. */
|
||||||
|
#define JUCE_API
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if JUCE_MSVC && JUCE_DLL_BUILD
|
#if JUCE_MSVC && JUCE_DLL_BUILD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue