WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=db39f53a2cd3e534a44474b4a1f821a2bb02d3c7
commit db39f53a2cd3e534a44474b4a1f821a2bb02d3c7 Author: Paul <[email protected]> Date: Tue Nov 7 06:38:43 2017 -0800 Wiki page iterator-functions.md changed with summary [] by Paul --- pages/eina-programming-guide/iterator-functions.md.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/eina-programming-guide/iterator-functions.md.txt b/pages/eina-programming-guide/iterator-functions.md.txt index c8f8acf6..bebf3f10 100644 --- a/pages/eina-programming-guide/iterator-functions.md.txt +++ b/pages/eina-programming-guide/iterator-functions.md.txt @@ -17,6 +17,8 @@ In addition to iterator functions, each data type also owns a set of macros that ## Further Reading ## -* [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) +: The functions that manage iterators on containers. -* [Eina Iterator Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_iterator_01_8c-example.html) \ No newline at end of file +* [Eina Iterator Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_iterator_01_8c-example.html) +: An example using iterator functions. \ No newline at end of file --
