Wiki page strings.md changed with summary [] by Paul

This commit is contained in:
Paul 2017-11-07 06:35:37 -08:00 committed by apache
parent 774d805891
commit a98e835426
1 changed files with 4 additions and 1 deletions

View File

@ -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)