WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=a98e835426c5b91ca6f02eed639dacb14d4c15e7

commit a98e835426c5b91ca6f02eed639dacb14d4c15e7
Author: Paul <[email protected]>
Date:   Tue Nov 7 06:35:37 2017 -0800

    Wiki page strings.md changed with summary [] by Paul
---
 pages/eina-programming-guide/strings.md.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pages/eina-programming-guide/strings.md.txt 
b/pages/eina-programming-guide/strings.md.txt
index 52fe5220..2b81a2fc 100644
--- a/pages/eina-programming-guide/strings.md.txt
+++ b/pages/eina-programming-guide/strings.md.txt
@@ -159,7 +159,10 @@ eina_strbuf_free(mybuffer);
 
 ## Further Reading ##
 
-* [Stringshare 
API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__Stringshare__Group.html)
+[Stringshare 
API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__Stringshare__Group.html)
+:    A list of the functions that allow you to store a single copy of a 
string, and use it in multiple places throughout your program. 
+
+
 * [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)

-- 


Reply via email to