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

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