]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#484,!303] Addressed further review comments 484-fix-hex-option-handling
authorThomas Markwalder <tmark@isc.org>
Wed, 17 Apr 2019 13:18:44 +0000 (09:18 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 18 Apr 2019 12:00:43 +0000 (08:00 -0400)
src/lib/util/strutil.h
    cleanup  commentary

src/lib/util/strutil.h

index 0b5136575cc562c5f75284d5014c6aac8bf94db4..8160bee8f61a14a99cdfa1604874740e1a5c501c 100644 (file)
@@ -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:
 ///
-/// - yy<s>yy<s>yy<s>yy   where <s> 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