mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix Doxygen bug with Singleton macros
This commit is contained in:
parent
47436c0f1d
commit
a0db644e22
3 changed files with 6 additions and 1 deletions
|
|
@ -79,8 +79,9 @@ public:
|
|||
*/
|
||||
void setSuspended (bool shouldBeSuspended);
|
||||
|
||||
|
||||
#ifndef DOXYGEN
|
||||
juce_DeclareSingleton (Analytics, true)
|
||||
#endif
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -74,7 +74,9 @@ public:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
#ifndef DOXYGEN
|
||||
juce_DeclareSingleton_SingleThreaded_Minimal (ModalComponentManager)
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
/** Returns the number of components currently being shown modally.
|
||||
|
|
|
|||
|
|
@ -44,7 +44,9 @@ namespace juce
|
|||
class JUCE_API PushNotifications
|
||||
{
|
||||
public:
|
||||
#ifndef DOXYGEN
|
||||
juce_DeclareSingleton (PushNotifications, false)
|
||||
#endif
|
||||
|
||||
//==========================================================================
|
||||
/** Represents a notification that can be sent or received. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue