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

This commit is contained in:
Paul 2017-11-07 06:47:06 -08:00 committed by apache
parent d1f72a36d7
commit f91627356e
1 changed files with 2 additions and 2 deletions

View File

@ -166,10 +166,10 @@ eina_strbuf_free(mybuffer);
: 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.
: Example code showing how to use Stringshares.
[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.
: Example code showing how to use String Buffers.