cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c13ee92297b431228fba51e888ae18cedb1c7cc1

commit c13ee92297b431228fba51e888ae18cedb1c7cc1
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Mon Dec 8 09:18:08 2014 +0100

    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.heb...@samsung.com>
    
    Reviewers: devilhorns, cedric
    
    Reviewed By: cedric
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D1738
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/benchmarks/eina/ecore_hash.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/benchmarks/eina/ecore_hash.c b/src/benchmarks/eina/ecore_hash.c
index ed14f7b..4d40588 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

-- 


Reply via email to