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>
This commit is contained in:
Srivardhan Hebbar 2014-12-08 09:18:08 +01:00 committed by Cedric BAIL
parent 17dbfd3ec7
commit c13ee92297
1 changed files with 2 additions and 3 deletions

View File

@ -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