From: Thomas Markwalder Date: Wed, 17 Apr 2019 13:18:44 +0000 (-0400) Subject: [#484,!303] Addressed further review comments X-Git-Tag: Kea-1.6.0-beta~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150fa5d006a183dd88b1e74d7fb38708f5c8e1d7;p=thirdparty%2Fkea.git [#484,!303] Addressed further review comments src/lib/util/strutil.h cleanup commentary --- diff --git a/src/lib/util/strutil.h b/src/lib/util/strutil.h index 0b5136575c..8160bee8f6 100644 --- a/src/lib/util/strutil.h +++ b/src/lib/util/strutil.h @@ -233,7 +233,7 @@ quotedStringToBinary(const std::string& quoted_string); /// an exception is thrown. /// /// \param hex_string Input string. -/// \param sep character to use a a separator. +/// \param sep character to use a a separator. /// \param binary Vector receiving converted string into binary. /// \throw isc::BadValue if the format of the input string is invalid. void @@ -259,8 +259,8 @@ decodeColonSeparatedHexString(const std::string& hex_string, /// /// This function supports the following formats: /// -/// - yyyyyyyy where is either a colon or space, see -/// @c decodeSeparatedHexString +/// - yy:yy:yy:yy or yy yy yy yy - octets delimited by colons or +/// spaces, see @c decodeSeparatedHexString /// /// - yyyyyyyyyy /// - 0xyyyyyyyyyy