From 8b48f3a3cce33a7e111cffca16e72b58119229e7 Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Sun, 1 Jul 2018 15:24:27 -0700 Subject: Added missing documentation --- src/Uri.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/Uri.cpp b/src/Uri.cpp index 44ce0b0..1d27a7a 100644 --- a/src/Uri.cpp +++ b/src/Uri.cpp @@ -80,6 +80,20 @@ namespace { return !stillPassing(' ', true); } + /** + * This function determines whether or not the given character + * is in the given character set. + * + * @param[in] c + * This is the character to check. + * + * @param[in] characterSet + * This is the set of characters that are allowed. + * + * @return + * An indication of whether or not the given character + * is in the given character set is returned. + */ bool IsCharacterInSet( char c, std::initializer_list< char > characterSet -- cgit v1.2.3