From 150fa5d006a183dd88b1e74d7fb38708f5c8e1d7 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Wed, 17 Apr 2019 09:18:44 -0400 Subject: [PATCH] [#484,!303] Addressed further review comments src/lib/util/strutil.h cleanup commentary --- src/lib/util/strutil.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2