From e5098fcc8f5c88c806739ce13c616bbb53ea58ba Mon Sep 17 00:00:00 2001 From: glima Date: Fri, 10 Jun 2011 21:31:52 +0000 Subject: [PATCH] [evas] Use this doxygen trick. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@60208 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 6619368..e48980d 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -962,8 +962,7 @@ typedef void (*Evas_Async_Events_Put_Cb)(void *target, Evas_Callback_Type t * Note that this is code creating an Evas canvas with no usage of * Ecore helpers at all -- no linkage with Ecore on this scenario, * thus. Again, this wouldn't be on Evas common usage for most - * developers. See the full example source code in @ref - * Example_Evas_Buffer_Simple. + * developers. See the full @ref Example_Evas_Buffer_Simple "example". * * @ingroup Evas_Group */ @@ -993,8 +992,8 @@ EAPI int evas_init (void); * @until evas_free(canvas) * * Most users would be using ecore_evas_shutdown() instead, like told - * in evas_init(). See the full example source code in @ref - * Example_Evas_Buffer_Simple. + * in evas_init(). See the full @ref Example_Evas_Buffer_Simple + * "example". * * @ingroup Evas_Group */ @@ -8431,8 +8430,8 @@ EAPI void evas_cserve_disconnect (void); * bogus_path a path to a file which does not exist, the two outputs * of evas_load_error_str() would be (if no other errors occur): * "No error on load" and "File (or file path) does - * not exist", respectively. See the full example source code - * in @ref Example_Evas_Load_Error_Str. + * not exist", respectively. See the full @ref + * Example_Evas_Load_Error_Str "example". * * @ingroup Evas_Utils */ -- 2.7.4