1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Replace doxygen preprocessor conditionals with @cond and @endconds

This commit is contained in:
Anthony Nicholls 2025-07-18 09:59:35 +01:00 committed by Sudara
parent 26e8d81380
commit 36d07a6ce3
136 changed files with 420 additions and 449 deletions

View file

@ -32,8 +32,9 @@
==============================================================================
*/
#if JUCE_ENABLE_LIVE_CONSTANT_EDITOR && ! defined (DOXYGEN)
#if JUCE_ENABLE_LIVE_CONSTANT_EDITOR
/** @cond */
//==============================================================================
/** You can safely ignore all the stuff in this namespace - it's a bunch of boilerplate
code used to implement the JUCE_LIVE_CONSTANT functionality.
@ -251,6 +252,7 @@ namespace juce::LiveConstantEditor
}
} // namespace juce::LiveConstantEditor
/** @endcond */
#endif

View file

@ -54,9 +54,9 @@ namespace juce
class JUCE_API PushNotifications : private DeletedAtShutdown
{
public:
#ifndef DOXYGEN
/** @cond */
JUCE_DECLARE_SINGLETON_INLINE (PushNotifications, false)
#endif
/** @endcond */
//==============================================================================
/** Represents a notification that can be sent or received. */