diff --git a/modules/juce_core/streams/juce_URLInputSource.h b/modules/juce_core/streams/juce_URLInputSource.h index ffe913e2f8..d7bfe739ae 100644 --- a/modules/juce_core/streams/juce_URLInputSource.h +++ b/modules/juce_core/streams/juce_URLInputSource.h @@ -28,6 +28,8 @@ namespace juce A type of InputSource that represents a URL. @see InputSource + + @tags{Core} */ class JUCE_API URLInputSource : public InputSource {