2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[#854] Fixed remaining doxygen issues

This commit is contained in:
Tomek Mrugalski
2020-05-14 16:22:16 +02:00
committed by Francis Dupont
parent d9258258d7
commit cfaf9e04af

View File

@@ -276,10 +276,15 @@ public:
/// ///
/// The escaped characters will use the following format: /// The escaped characters will use the following format:
/// ///
/// @verbatim
/// &#x{xx} /// &#x{xx}
/// @endverbatim
/// ///
/// where {xx} is the two digit hexadecimal ASCII value of the character /// 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. /// @return A copy of the original string with special characters escaped.
static std::string escapeCharacters(const std::string& orig_str, static std::string escapeCharacters(const std::string& orig_str,