From: Tomek Mrugalski Date: Thu, 14 May 2020 14:22:16 +0000 (+0200) Subject: [#854] Fixed remaining doxygen issues X-Git-Tag: Kea-1.7.8~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfaf9e04afbcd1c28868bf828d4b62a60774d933;p=thirdparty%2Fkea.git [#854] Fixed remaining doxygen issues --- diff --git a/src/lib/util/csv_file.h b/src/lib/util/csv_file.h index b90cb5b523..e595539de4 100644 --- a/src/lib/util/csv_file.h +++ b/src/lib/util/csv_file.h @@ -276,10 +276,15 @@ public: /// /// The escaped characters will use the following format: /// + /// @verbatim /// &#x{xx} + /// @endverbatim /// /// where {xx} is the two digit hexadecimal ASCII value of the character - /// escaped. A comma, for example is: , + /// escaped. A comma, for example is: + /// @verbatim + /// , + /// @endverbatim /// /// @return A copy of the original string with special characters escaped. static std::string escapeCharacters(const std::string& orig_str,