diff options
author | Jonas M. Gastal <jgastal@profusion.mobi> | 2012-12-18 18:38:44 +0000 |
---|---|---|
committer | Jonas M. Gastal <jgastal@profusion.mobi> | 2012-12-18 18:38:44 +0000 |
commit | e3ae81e65fa68469c4e1ae03fda4e095ab52aaf2 (patch) | |
tree | 7f170c24521494e35a5a18747564a2838e7048cd /src/lib/ecore_imf/ecore_imf.c | |
parent | d487f9d74461c184485cb64cc5c1e03f4feb2473 (diff) |
efl: Created Ecore group and added existing Ecore groups to it.
SVN revision: 81293
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_imf/ecore_imf.c b/src/lib/ecore_imf/ecore_imf.c index 7cf8a4a9f6..3ba02001d3 100644 --- a/src/lib/ecore_imf/ecore_imf.c +++ b/src/lib/ecore_imf/ecore_imf.c | |||
@@ -19,6 +19,7 @@ static int _ecore_imf_init_count = 0; | |||
19 | 19 | ||
20 | /** | 20 | /** |
21 | * @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions | 21 | * @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions |
22 | * @ingroup Ecore | ||
22 | * | 23 | * |
23 | * Utility functions that set up and shut down the Ecore Input Method | 24 | * Utility functions that set up and shut down the Ecore Input Method |
24 | * library. | 25 | * library. |