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:
committed by
Francis Dupont
parent
d9258258d7
commit
cfaf9e04af
@@ -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,
|
||||
|
Reference in New Issue
Block a user