From d1f72a36d728ceddf284e7ed100c05f6d01a5dd6 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 7 Nov 2017 06:44:52 -0800 Subject: [PATCH] Wiki page strings.md changed with summary [] by Paul --- pages/eina-programming-guide/strings.md.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pages/eina-programming-guide/strings.md.txt b/pages/eina-programming-guide/strings.md.txt index 81ddc0adb..d7a1fc564 100644 --- a/pages/eina-programming-guide/strings.md.txt +++ b/pages/eina-programming-guide/strings.md.txt @@ -159,11 +159,17 @@ eina_strbuf_free(mybuffer); ## Further Reading ## +[String Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_str_01_8c-example.html) +: Example code using Eina strings. + [Stringshare API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__Stringshare__Group.html) -: The functions that allow you to store a single copy of a string, and use it in multiple places throughout your program. +: The functions that allow you to store a single copy of a string, and use it in multiple places throughout your program. +[Stringshare Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_stringshare_01_8c-example.html) +: Example code showing how to use Streamshares. -* [String Buffer API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__String__Buffer__Group.html) -* [String Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_str_01_8c-example.html) -* [String Buffer Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_strbuf_01_8c-example.html) -* [Stringshare Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_stringshare_01_8c-example.html) +[String Buffer API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__String__Buffer__Group.html) +: The functions that provide string buffers management. + +[String Buffer Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_strbuf_01_8c-example.html) +: Example code showing how to use Stream Buffers. \ No newline at end of file