Focus: add and fix comments
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Tue, 2 Jun 2015 05:46:55 +0000 (08:46 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Tue, 2 Jun 2015 05:46:55 +0000 (08:46 +0300)
src/lib/elm_widget.c
src/lib/elm_widget.eo

index c21981f..b826ee9 100644 (file)
@@ -4131,7 +4131,7 @@ _elm_widget_focus_move_policy_get(Eo *obj EINA_UNUSED, Elm_Widget_Smart_Data *sd
  * Sets the widget's focus move policy.
  *
  * @param obj The widget.
- * @param policy Elm_Focus_Momve_Policy to set object's focus move policy.
+ * @param policy Elm_Focus_Move_Policy to set object's focus move policy.
  */
 
 EOLIAN static void
index 22b4417..1093e07 100644 (file)
@@ -795,13 +795,13 @@ abstract Elm.Widget (Evas.Object_Smart, Elm_Interface_Atspi_Accessible, Elm_Inte
       }
       @property focus_move_policy {
          set {
-            /*@ No description supplied by the EAPI. */
+            /*@ Sets the widget's focus move policy. */
          }
          get {
-            /*@ No description supplied by the EAPI. */
+            /*@ Returns the widget's focus move policy. */
          }
          values {
-            policy: Elm_Focus_Move_Policy;
+            policy: Elm_Focus_Move_Policy; /*@ Object's focus move policy. */
          }
       }
    }