From: JinYong Park Date: Wed, 1 Nov 2017 04:09:17 +0000 (+0900) Subject: Ecore_Imf: fix wrong annotation and enum name X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~1948 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d946fa83985df67c8465757aea52509985775ea;p=platform%2Fupstream%2Fefl.git Ecore_Imf: fix wrong annotation and enum name Summary: There are wrong annotation about version and wrong enum name so fix that. Reviewers: jpeg, cedric, akanad Differential Revision: https://phab.enlightenment.org/D5403 --- diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 9352460..c758d87 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -383,12 +383,12 @@ typedef enum ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_NORMAL, /**< The plain normal layout @since 1.12 */ ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_FILENAME, /**< Filename layout. Symbols such as '/' should be disabled. @since 1.12 */ ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_PERSON_NAME /**< The name of a person. @since 1.12 */ -} Ecore_IMF_Input_Layout_Normal_Variation; +} Ecore_IMF_Input_Panel_Layout_Normal_Variation; /** * @typedef Ecore_IMF_Input_Panel_Layout_Numberonly_Variation * @brief Enumeration for defining the types of Ecore_IMF Input Panel layout for numberonly variation - * @since 1.18 + * @since 1.8 */ typedef enum {