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 /src/IsCharacterInSet.hpp | |
parent | 16b5c56c4ecbbb5c6153f9e16228a8d8cf95c50d (diff) |
IsCharacterInSet: fix documentation
Diffstat (limited to 'src/IsCharacterInSet.hpp')
-rw-r--r-- | src/IsCharacterInSet.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |