From 30f27ac3618a490ca94745a84a86a6cbbb891e6d Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Thu, 26 Oct 2017 11:24:08 +0900 Subject: [PATCH] eina_strbuf: Fix doxygen warning Change-Id: I82b15f1352f6a7925d7cde0dfb91c3d835a35dd7 --- src/lib/eina/eina_strbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_strbuf.h b/src/lib/eina/eina_strbuf.h index 61652fd..93fd49a 100644 --- a/src/lib/eina/eina_strbuf.h +++ b/src/lib/eina/eina_strbuf.h @@ -273,7 +273,7 @@ EAPI Eina_Bool eina_strbuf_append_length(Eina_Strbuf *buf, const char *str, size * @return #EINA_TRUE on success, #EINA_FALSE on failure. * * This function appends @p data to @p buf. @p data must be allocated and - * different from @NULL. It is slightly faster than eina_strbuf_append() as + * different from @c NULL. It is slightly faster than eina_strbuf_append() as * it does not compute the size of @p str. If @p buf can't append it, * #EINA_FALSE is returned, otherwise #EINA_TRUE is returned. * -- 2.7.4