2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +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:
///
/// @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,