jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e65e8a4fba6ad6580ee8a5058bc9159140e80613

commit e65e8a4fba6ad6580ee8a5058bc9159140e80613
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Thu Oct 26 11:39:00 2017 +0900

    eina_str: Fix doxygen warning
    
    Change-Id: I4cac2b3836f8d0fb05d76b039af66b41fca0c19f
---
 src/lib/eina/eina_str.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eina/eina_str.h b/src/lib/eina/eina_str.h
index 1e4f94753a..8590845d97 100644
--- a/src/lib/eina/eina_str.h
+++ b/src/lib/eina/eina_str.h
@@ -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.

-- 


Reply via email to