Fix to adjust the position of the partial Frame
[platform/framework/native/uifw.git] / inc / FUiInputConnectionTypes.h
old mode 100644 (file)
new mode 100755 (executable)
index 9b371f2..5c38faf
@@ -18,7 +18,7 @@
  * @file               FUiInputConnectionTypes.h
  * @brief      This is the header file for the data types.
  *
- * This header file contains the declarations of commonly used types.
+ * This header file contains the declarations of the commonly used data types.
  *
  */
 
@@ -31,7 +31,7 @@ namespace Tizen { namespace Ui {
 
 /**
  *     @enum   InputPanelStyle
- *     Defines the style of the InputPanel.
+ *     Defines the style of the input panel.
  *
  *     @since 2.0
  */
@@ -48,7 +48,7 @@ enum InputPanelStyle
 
 /**
  *     @enum   InputPanelShowState
- *     Defines the state  of the InputPanel
+ *     Defines the state of the input panel.
  *
  *     @since 2.0
  */
@@ -60,16 +60,16 @@ enum InputPanelShowState
 
 /**
  *     @enum   AutoCapitalizationMode
- *     Defines the type of the AutoCapitalization
+ *     Defines the type of auto-capitalization mode.
  *
  *     @since 2.0
  */
 enum AutoCapitalizationMode
 {
-       AUTO_CAPITALIZATION_MODE_NONE,                                  /**< AutoCapitalization None Mode  */
-       AUTO_CAPITALIZATION_MODE_WORD,                                  /**< AutoCapitalization WORD Mode  */
-       AUTO_CAPITALIZATION_MODE_SENTENCE,                              /**< AutoCapitalization Sentence Mode  */
-       AUTO_CAPITALIZATION_MODE_ALL                                            /**< AutoCapitalization All Mode  */
+       AUTO_CAPITALIZATION_MODE_NONE,                                  /**< Auto-capitalization mode is set to None */
+       AUTO_CAPITALIZATION_MODE_WORD,                                  /**< Auto-capitalization mode is Word */
+       AUTO_CAPITALIZATION_MODE_SENTENCE,                              /**< Auto-capitalization mode is Sentence */
+       AUTO_CAPITALIZATION_MODE_ALL                                            /**< Auto-capitalization mode is set to All */
 };
 
 /**