From 9e3ff96f7b04c00b8d88f2cdc933e8bcf1b37dce Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 13 Jul 2017 11:21:59 +0200 Subject: [PATCH] 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,