@@ -79,8 +79,9 @@ public: | |||||
*/ | */ | ||||
void setSuspended (bool shouldBeSuspended); | void setSuspended (bool shouldBeSuspended); | ||||
#ifndef DOXYGEN | |||||
juce_DeclareSingleton (Analytics, true) | juce_DeclareSingleton (Analytics, true) | ||||
#endif | |||||
private: | private: | ||||
//============================================================================== | //============================================================================== | ||||
@@ -74,7 +74,9 @@ public: | |||||
}; | }; | ||||
//============================================================================== | //============================================================================== | ||||
#ifndef DOXYGEN | |||||
juce_DeclareSingleton_SingleThreaded_Minimal (ModalComponentManager) | juce_DeclareSingleton_SingleThreaded_Minimal (ModalComponentManager) | ||||
#endif | |||||
//============================================================================== | //============================================================================== | ||||
/** Returns the number of components currently being shown modally. | /** Returns the number of components currently being shown modally. | ||||
@@ -44,7 +44,9 @@ namespace juce | |||||
class JUCE_API PushNotifications | class JUCE_API PushNotifications | ||||
{ | { | ||||
public: | public: | ||||
#ifndef DOXYGEN | |||||
juce_DeclareSingleton (PushNotifications, false) | juce_DeclareSingleton (PushNotifications, false) | ||||
#endif | |||||
//========================================================================== | //========================================================================== | ||||
/** Represents a notification that can be sent or received. */ | /** Represents a notification that can be sent or received. */ | ||||