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
|
|
@ -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