mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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
|
|
@ -161,7 +161,8 @@ JUCE_END_IGNORE_WARNINGS_MSVC
|
|||
|
||||
//==============================================================================
|
||||
#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
|
||||
|
||||
#if JUCE_MSVC && JUCE_DLL_BUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue