diff --git a/modules/juce_core/misc/juce_Functional.h b/modules/juce_core/misc/juce_Functional.h index 45431fc209..877221fa47 100644 --- a/modules/juce_core/misc/juce_Functional.h +++ b/modules/juce_core/misc/juce_Functional.h @@ -28,6 +28,8 @@ namespace juce If the object is a std::function it will check for nullptr before calling. For a callable object it will invoke the function call operator. + + @tags{Core} */ struct NullCheckedInvocation { @@ -48,4 +50,4 @@ struct NullCheckedInvocation static void invoke (std::nullptr_t, Args&&...) {} }; -} +} // namespace juce