From db1e454f4573190746ddae84f343c5aa37d034a3 Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Thu, 29 Mar 2018 15:19:32 +0100 Subject: [PATCH] Fixed a documentation tag in URLInputSource --- modules/juce_core/streams/juce_URLInputSource.h | 2 ++ 1 file changed, 2 insertions(+) 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 {