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!
This commit is contained in:
Stefan Schmidt 2017-07-13 11:21:59 +02:00
parent a95fd2c4b0
commit 9e3ff96f7b
1 changed files with 0 additions and 5 deletions

View File

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