stefan pushed a commit to branch master.

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

commit 9e3ff96f7b04c00b8d88f2cdc933e8bcf1b37dce
Author: Stefan Schmidt <[email protected]>
Date:   Thu Jul 13 11:21:59 2017 +0200

    eina: inarray: remove documentation pointer to non-existing functions
    
    These do not longer exist in our current code base (did they ever?).
    
    Thanks a lot to Vincent Torri for spotting this!
---
 src/lib/eina/eina_inarray.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/lib/eina/eina_inarray.h b/src/lib/eina/eina_inarray.h
index 7bba977a5b..8935354f52 100644
--- a/src/lib/eina/eina_inarray.h
+++ b/src/lib/eina/eina_inarray.h
@@ -420,9 +420,6 @@ EAPI void *eina_inarray_pop(Eina_Inarray *array) 
EINA_ARG_NONNULL(1);
  * @param[in] position The member position
  * @return A pointer to current the member memory
  *
- * @see eina_inarray_lookup()
- * @see eina_inarray_lookup_sorted()
- *
  * @since 1.2
  */
 EAPI void *eina_inarray_nth(const Eina_Inarray *array,
@@ -566,8 +563,6 @@ EAPI void eina_inarray_sort(Eina_Inarray *array,
  * @note The data given to the @p compare function is a pointer to the member
  *       memory itself, do no change it.
  *
- * @see eina_inarray_lookup_sorted()
- *
  * @since 1.2
  */
 EAPI int eina_inarray_search(const Eina_Inarray *array,

-- 


Reply via email to