summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmarks/eina/ecore_hash.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/benchmarks/eina/ecore_hash.c b/src/benchmarks/eina/ecore_hash.c
index ed14f7b3db..4d4058859b 100644
--- a/src/benchmarks/eina/ecore_hash.c
+++ b/src/benchmarks/eina/ecore_hash.c
@@ -252,9 +252,8 @@ ecore_hash_hash_set(Ecore_Hash *hash, Ecore_Hash *set)
}
/**
- * Frees the hash table and the data contained inside it.
- * @param hash The hash table to destroy.
- * @return @c TRUE on success, @c FALSE on error.
+ * @brief Frees the hash table and the data contained inside it.
+ * @param hash: The hash table to destroy.
* @ingroup Ecore_Data_Hash_ADT_Destruction_Group
*/
EAPI void