From fe737602d83a202fa87f4691617a4d9251d7041a Mon Sep 17 00:00:00 2001 From: mvglasow Date: Sun, 10 Aug 2025 18:58:34 +0300 Subject: [PATCH] [traffxml] Documentation Signed-off-by: mvglasow --- traffxml/traff_source.hpp | 1 + 1 file changed, 1 insertion(+) 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);