WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=37cc08f5b140fa2e82277a527575d25944e8d37d
commit 37cc08f5b140fa2e82277a527575d25944e8d37d Author: Paul <[email protected]> Date: Tue Nov 7 02:19:01 2017 -0800 Wiki page iterator-functions.md changed with summary [] by Paul --- pages/eina-programming-guide/iterator-functions.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/eina-programming-guide/iterator-functions.md.txt b/pages/eina-programming-guide/iterator-functions.md.txt index c589731c..d8b53f08 100644 --- a/pages/eina-programming-guide/iterator-functions.md.txt +++ b/pages/eina-programming-guide/iterator-functions.md.txt @@ -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. --
