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:
parent
6df6acad0d
commit
67265f7b98
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue