summaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorSrivardhan Hebbar <sri.hebbar@samsung.com>2014-12-08 09:18:08 +0100
committerCedric BAIL <cedric@osg.samsung.com>2014-12-08 09:18:15 +0100
commitc13ee92297b431228fba51e888ae18cedb1c7cc1 (patch)
tree6f0ca76aca42b1b75140168f517d3ecf642327ef /src/benchmarks
parent17dbfd3ec71004f2993de3a264e04dbb408b1961 (diff)
downloadefl-c13ee92297b431228fba51e888ae18cedb1c7cc1.tar.gz
eina: corrected documentation of ecore_hash_destroy function in benchmarj.
Summary: ecore_hash_destroy function return nothing, still in the documentation of the function, it was mentioned that it would return true or false. So corrected the documentation. Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com> Reviewers: devilhorns, cedric Reviewed By: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1738 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/benchmarks')
-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