1
0
Fork 0
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:
Noah Dayan 2017-12-06 11:48:47 +00:00
parent 47436c0f1d
commit a0db644e22
3 changed files with 6 additions and 1 deletions

View file

@ -79,8 +79,9 @@ public:
*/
void setSuspended (bool shouldBeSuspended);
#ifndef DOXYGEN
juce_DeclareSingleton (Analytics, true)
#endif
private:
//==============================================================================

View file

@ -74,7 +74,9 @@ public:
};
//==============================================================================
#ifndef DOXYGEN
juce_DeclareSingleton_SingleThreaded_Minimal (ModalComponentManager)
#endif
//==============================================================================
/** Returns the number of components currently being shown modally.

View file

@ -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. */