diff --git a/modules/juce_core/misc/juce_Functional.h b/modules/juce_core/misc/juce_Functional.h index 466f830d75..c84bdaf5d5 100644 --- a/modules/juce_core/misc/juce_Functional.h +++ b/modules/juce_core/misc/juce_Functional.h @@ -23,6 +23,7 @@ namespace juce { +#ifndef DOXYGEN namespace detail { template @@ -36,6 +37,7 @@ namespace detail struct EqualityComparableToNullptr() != nullptr)>> : std::true_type {}; } // namespace detail +#endif //============================================================================== /** Some helper methods for checking a callable object before invoking with