diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-07-13 11:21:59 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-07-13 11:21:59 +0200 |
commit | 9e3ff96f7b04c00b8d88f2cdc933e8bcf1b37dce (patch) | |
tree | 065ae5766d5738b98b06a7ebfb1ee7fa3864facb /src/lib | |
parent | a95fd2c4b0deef2de5806bdac9b53790b96c4c48 (diff) | |
download | efl-9e3ff96f7b04c00b8d88f2cdc933e8bcf1b37dce.tar.gz |
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!
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/eina/eina_inarray.h | 5 |
1 files changed, 0 insertions, 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, |