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:
committed by
Francis Dupont
parent
d9258258d7
commit
cfaf9e04af
@@ -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: ,
|
/// escaped. A comma, for example is:
|
||||||
|
/// @verbatim
|
||||||
|
/// ,
|
||||||
|
/// @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,
|
||||||
|
Reference in New Issue
Block a user