From de5be13124716476677999a83573aca67cf368d9 Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Thu, 26 Oct 2017 11:39:00 +0900 Subject: [PATCH] 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 d1b00c0..f37e64b 100644 --- a/src/lib/eina/eina_str.h +++ b/src/lib/eina/eina_str.h @@ -335,7 +335,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. -- 2.7.4