eina_str: Fix doxygen warning

Change-Id: I4cac2b3836f8d0fb05d76b039af66b41fca0c19f
This commit is contained in:
Jaehyun Cho 2017-10-26 11:39:00 +09:00
parent 786a7ae421
commit e65e8a4fba
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ EAPI char *eina_str_convert_len(const char *enc_from, const char *enc_
* @return The escaped string.
*
* Escaping is done by adding a slash "\" before any occurrence of slashes "\"
* include '\n' and '\t', spaces " ", apostrophes "'" or quotes """. This
* include "\n" and "\t", spaces " ", apostrophes "'" or quotes """. This
* function returns a newly allocated escaped string on success, @c NULL on
* failure. When not used anymore, the
* returned value must be freed.