From 6e4122e551eeb41d3e950b363dd837d5586fe560 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Fri, 31 Jul 2015 16:49:10 +0200 Subject: Unified the doxy-comment format. --- src/XMLParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XMLParser.h') diff --git a/src/XMLParser.h b/src/XMLParser.h index 90e499785..bfd3c8c1c 100644 --- a/src/XMLParser.h +++ b/src/XMLParser.h @@ -690,7 +690,7 @@ protected: XML_Parser m_p; - /// Returns the value of the specified attribute, if found; nullptr otherwise + /** Returns the value of the specified attribute, if found; nullptr otherwise */ static const XML_Char * FindAttr(const XML_Char ** iAttrs, const XML_Char * iAttrToFind) { for (const XML_Char ** Attr = iAttrs; *Attr != nullptr; Attr += 2) -- cgit v1.2.3