]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#854] Fixed remaining doxygen issues
authorTomek Mrugalski <tomasz@isc.org>
Thu, 14 May 2020 14:22:16 +0000 (16:22 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 14 May 2020 21:38:33 +0000 (23:38 +0200)
src/lib/util/csv_file.h

index b90cb5b523a120977dcf1d0c7034a30af1bcad3b..e595539de43a511221a7d226b5d7a76dbe8f4e2b 100644 (file)
@@ -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: &#x2c
+    /// escaped. A comma, for example is:
+    /// @verbatim
+    /// &#x2c
+    /// @endverbatim
     ///
     /// @return A copy of the original string with special characters escaped.
     static std::string escapeCharacters(const std::string& orig_str,