diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-19 09:18:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-19 09:18:39 -0400 |
commit | 68fe8826ddec2eefa103e4772bce35f7d1666ac3 (patch) | |
tree | fbf4678dc7904b720fa7c17535d229a08f1247d5 /src/lib/string | |
parent | 6f2b6ede1b6b70301cfd033060f999d561f57364 (diff) | |
download | tor-68fe8826ddec2eefa103e4772bce35f7d1666ac3.tar.gz tor-68fe8826ddec2eefa103e4772bce35f7d1666ac3.zip |
Doxygen: fix unbalanced groups.
Closes ticket 34255.
Diffstat (limited to 'src/lib/string')
-rw-r--r-- | src/lib/string/compat_ctype.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/string/compat_ctype.c b/src/lib/string/compat_ctype.c index 2357605021..a7668bfbfb 100644 --- a/src/lib/string/compat_ctype.c +++ b/src/lib/string/compat_ctype.c @@ -29,6 +29,7 @@ const uint32_t TOR_ISPRINT_TABLE[8] = { 0, 0xffffffff, 0xffffffff, 0x7fffffff, 0, 0, 0, 0x0 }; const uint32_t TOR_ISUPPER_TABLE[8] = { 0, 0, 0x7fffffe, 0, 0, 0, 0, 0 }; const uint32_t TOR_ISLOWER_TABLE[8] = { 0, 0, 0, 0x7fffffe, 0, 0, 0, 0 }; +/**@}*/ /** Upper-casing and lowercasing tables to map characters to upper/lowercase * equivalents. Used by tor_toupper() and tor_tolower(). */ |