1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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

@ -35,7 +35,7 @@
namespace juce
{
#ifndef DOXYGEN
/** @cond */
namespace detail
{
class BoundsChangeListener final : private ComponentListener
@ -60,7 +60,7 @@ private:
ErasedScopeGuard componentListenerGuard;
};
} // namespace detail
#endif
/** @endcond */
//==============================================================================
/**