diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:27:14 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:27:14 -0700 |
commit | b9fed2eae03f6fb67c0497e486b2bbfec8b27a44 (patch) | |
tree | 4a3177e10c6c1fa0fa7d78c154f4f2ecf5c881c0 | |
parent | 16b5c56c4ecbbb5c6153f9e16228a8d8cf95c50d (diff) |
IsCharacterInSet: fix documentation
-rw-r--r-- | src/IsCharacterInSet.cpp | 2 | ||||
-rw-r--r-- | src/IsCharacterInSet.hpp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/IsCharacterInSet.cpp b/src/IsCharacterInSet.cpp index 1b2882f..6b9f977 100644 --- a/src/IsCharacterInSet.cpp +++ b/src/IsCharacterInSet.cpp @@ -2,7 +2,7 @@ * @file IsCharacterInSet.cpp * * This module contains the implementation of the - * Uri::IsCharacterInSet function. + * Uri::IsCharacterInSet function and the CharacterSet class. * * © 2018 by Richard Walters */ diff --git a/src/IsCharacterInSet.hpp b/src/IsCharacterInSet.hpp index 93d8fa9..50deaa4 100644 --- a/src/IsCharacterInSet.hpp +++ b/src/IsCharacterInSet.hpp @@ -4,7 +4,8 @@ /** * @file IsCharacterInSet.hpp * - * This module declares the Uri::IsCharacterInSet class. + * This module declares the Uri::IsCharacterInSet function + * and the CharacterSet class. * * © 2018 by Richard Walters */ |