From a3e6df1d56b3359cd8ab8c8866a82f4daeb8c145 Mon Sep 17 00:00:00 2001 From: jihoon Date: Sun, 3 Jun 2012 12:39:48 +0000 Subject: [PATCH] ecore_imf: insert example link in ecore_imf_context group git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71659 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_imf/ecore_imf_context.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 4eb065f..5f4e5dc 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -29,7 +29,10 @@ * * Immodule is plugin to connect your application and input method framework such as SCIM, ibus, and so on.@n * ecore_imf_init() should be called to initialize and load immodule.@n - * ecore_imf_shutdown() is used for shutdowning and unloading immodule. + * ecore_imf_shutdown() is used for shutdowning and unloading immodule. + * + * An example of usage of these functions can be found at: + * @li @ref ecore_imf_example_c */ /** -- 2.7.4