From 67265f7b98bb83427abc66401066df712bd61e25 Mon Sep 17 00:00:00 2001 From: Sudara Date: Fri, 13 Jun 2025 18:04:02 +0200 Subject: [PATCH] Docs: Remove dozens of internal JUCE_EACH macros from muddying up doxygen --- modules/juce_core/system/juce_CompilerWarnings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_core/system/juce_CompilerWarnings.h b/modules/juce_core/system/juce_CompilerWarnings.h index 1f49054797..5777086d99 100644 --- a/modules/juce_core/system/juce_CompilerWarnings.h +++ b/modules/juce_core/system/juce_CompilerWarnings.h @@ -36,6 +36,7 @@ #include "juce_TargetPlatform.h" +// @cond /** Return the Nth argument. By passing a variadic pack followed by N other parameters, we can select one of those N parameter based on the length of the parameter pack. @@ -160,6 +161,7 @@ /** Quote the argument, turning it into a string. */ #define JUCE_TO_STRING(x) #x +// @endcond #if JUCE_CLANG || JUCE_GCC #define JUCE_IGNORE_GCC_IMPL_(compiler, warning) #define JUCE_IGNORE_GCC_IMPL_0(compiler, warning)