From 40894c622e420602461b4a450ea68bf0f60adef7 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 4 Oct 2022 18:38:18 +0300 Subject: [PATCH] xml: doxygen comment --- lib/common/xml.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/common/xml.c b/lib/common/xml.c index f1ca101f3..820cb8368 100644 --- a/lib/common/xml.c +++ b/lib/common/xml.c @@ -1,3 +1,8 @@ +/** + * @file + * @brief @ref xml_escape + */ + #include #include #include -- 2.40.0