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

Docs: Remove dozens of internal JUCE_EACH macros from muddying up doxygen

This commit is contained in:
Sudara 2025-06-13 18:04:02 +02:00
parent 6df6acad0d
commit 67265f7b98

View file

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