diff options
author | Brad King <brad.king@kitware.com> | 2020-03-03 12:55:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-03-03 12:55:03 (GMT) |
commit | 4cfadf3bc69c0c7f056885cd01dc46b94d947c12 (patch) | |
tree | 6442c918f2bc87c93db1be9267b086f67b155469 /Utilities | |
parent | 8d3770738cd2d9c29c75da4d8fb441e418f86daf (diff) | |
download | CMake-4cfadf3bc69c0c7f056885cd01dc46b94d947c12.zip CMake-4cfadf3bc69c0c7f056885cd01dc46b94d947c12.tar.gz CMake-4cfadf3bc69c0c7f056885cd01dc46b94d947c12.tar.bz2 |
librhash: Fix -Wdocumentation warning about @param name
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmlibrhash/librhash/rhash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibrhash/librhash/rhash.h b/Utilities/cmlibrhash/librhash/rhash.h index f596509..c011762 100644 --- a/Utilities/cmlibrhash/librhash/rhash.h +++ b/Utilities/cmlibrhash/librhash/rhash.h @@ -367,7 +367,7 @@ RHASH_API size_t rhash_print_bytes(char* output, * given hash_id. * * @param output a buffer to print the hash to - * @param context algorithms state + * @param ctx algorithms state * @param hash_id id of the hash sum to print or 0 to print the first hash * saved in the context. * @param flags a bitmask controlling how to print the hash. Can contain flags |