From 19f78a6fed6e966721e9e310099dbfa79489f9d9 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 15 Dec 2005 12:10:53 +0000 Subject: - fixed doxygen warnings --- Source/charon/transforms/hashers/hasher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/transforms/hashers') diff --git a/Source/charon/transforms/hashers/hasher.h b/Source/charon/transforms/hashers/hasher.h index 00ea0a724..a4d6f14d7 100644 --- a/Source/charon/transforms/hashers/hasher.h +++ b/Source/charon/transforms/hashers/hasher.h @@ -91,7 +91,7 @@ struct hasher_t { * * @param this calling object * @param data data to hash - * @param [out]hash pointer where the hash will be written + * @param[out] hash pointer where the hash will be written */ void (*get_hash) (hasher_t *this, chunk_t data, u_int8_t *hash); @@ -104,7 +104,7 @@ struct hasher_t { * * @param this calling object * @param data chunk with data to hash - * @param [out]hash chunk which will hold allocated hash + * @param[out] hash chunk which will hold allocated hash */ void (*allocate_hash) (hasher_t *this, chunk_t data, chunk_t *hash); -- cgit v1.2.3