diff --git a/traffxml/traff_source.hpp b/traffxml/traff_source.hpp index c927ed07d..27aa836d3 100644 --- a/traffxml/traff_source.hpp +++ b/traffxml/traff_source.hpp @@ -440,6 +440,7 @@ public: * @brief Creates a new `HttpTraffSource` instance and registers it with the traffic manager. * * @param manager The traffic manager to register the new instance with + * @param url The URL for the TraFF service API. */ static void Create(TraffSourceManager & manager, std::string const & url);