Wiki page iterator-functions.md changed with summary [] by Paul

This commit is contained in:
Paul 2017-11-07 02:19:01 -08:00 committed by apache
parent 2d9a69db3e
commit 37cc08f5b1
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
## Related Info ##
* (Iterator Functions API)[https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__Iterator__Group.html]
* [Iterator Functions API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__Iterator__Group.html)
* (Eina Iterator Example)[https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_iterator_01_8c-example.html]
* [Eina Iterator Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_iterator_01_8c-example.html)
Eina provides a set of iterator functions to manipulate data types, such as arrays.