From 81013b05177b4e82dc4f7f39016a38fcd20f22e1 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 7 Dec 2021 17:30:54 +0000 Subject: [PATCH] Docs fix --- modules/juce_core/misc/juce_Functional.h | 2 ++ 1 file changed, 2 insertions(+) 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