eina: Updated documentation of strbuf_substr_get.

Summary:
Fixes T2949.
In the bug, its been mentioned about updating the documentation, so added this.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric, jpeg

Reviewed By: jpeg

Maniphest Tasks: T2949

Differential Revision: https://phab.enlightenment.org/D3462
This commit is contained in:
Srivardhan Hebbar 2016-01-07 15:33:38 +09:00 committed by Jean-Philippe Andre
parent b598f8eb73
commit 9de3520c87
1 changed files with 2 additions and 0 deletions

View File

@ -663,6 +663,8 @@ EAPI void eina_strbuf_tolower(Eina_Strbuf *buf) EINA_ARG_NONNULL(1);
*
* This function creates a Eina_Strbuf which is a substring of buf which
* is passed from pos position with len length.
* If buf is NULL then returns NULL.
* If len is 0, then an empty strbuf is returned.
*
* @since 1.17
*/