From 151de916b109a38a29e68cac5e0f7f7c47291a42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Pinot?= Date: Thu, 29 Mar 2012 11:38:01 +0000 Subject: [PATCH] =?utf8?q?From:=20J=C3=A9r=C3=B4me=20Pinot=20=20Subject:=20[E-devel]=20[patch]=20eet=20doxygen=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Here is a small fix for eet doxygen doc, escaping a # that shutdown a build warning. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- AUTHORS | 1 + src/lib/Eet.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 260b216..c0d3edd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,4 @@ Albin "Lutin" Tonnerre Adam Simpkins Mike Blumenkrantz Lionel Orry +Jérôme Pinot diff --git a/src/lib/Eet.h b/src/lib/Eet.h index c49def7..ca8095f 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -209,7 +209,7 @@ extern "C" { * #endif * @endcode * - * Note the #if check can be dropped if your program refuses to compile or + * Note the \#if check can be dropped if your program refuses to compile or * work with an Eet version less than 1.3.0. */ typedef struct _Eet_Version -- 2.7.4