jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c0297197d79d84802fa1aa72c1cb70a123d84feb

commit c0297197d79d84802fa1aa72c1cb70a123d84feb
Author: Jihoon Kim <[email protected]>
Date:   Mon Jul 28 16:01:07 2014 +0900

    ecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enums
---
 src/lib/ecore_imf/Ecore_IMF.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h
index 6dc31f7..c3b097c 100644
--- a/src/lib/ecore_imf/Ecore_IMF.h
+++ b/src/lib/ecore_imf/Ecore_IMF.h
@@ -313,10 +313,10 @@ typedef enum
 
 enum
 {
-   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_NORMAL,
-   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED,
-   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_DECIMAL,
-   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED_AND_DECIMAL
+   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_NORMAL,            /**< 
The plain normal number layout @since 1.8 */
+   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED,            /**< 
The number layout to allow a positive or negative sign at the start @since 1.8 
*/
+   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_DECIMAL,           /**< 
The number layout to allow decimal point to provide fractional value @since 1.8 
*/
+   ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED_AND_DECIMAL /**< 
The number layout to allow decimal point and negative sign @since 1.8 */
 };
 
 struct _Ecore_IMF_Event_Preedit_Start

-- 


Reply via email to