yakov pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=484eecae6afee7ef5ea6b3982885bd92b8b2739f

commit 484eecae6afee7ef5ea6b3982885bd92b8b2739f
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Tue Nov 12 15:50:17 2013 +0200

    dayselector/gesture_layer/layout: typo doxygen
---
 src/lib/elm_dayselector_eo.h   | 2 --
 src/lib/elm_gesture_layer_eo.h | 1 -
 src/lib/elm_layout_eo.h        | 3 +++
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elm_dayselector_eo.h b/src/lib/elm_dayselector_eo.h
index 9bcce99..734efd6 100644
--- a/src/lib/elm_dayselector_eo.h
+++ b/src/lib/elm_dayselector_eo.h
@@ -142,7 +142,6 @@ enum
  *
  * Set the weekdays's names
  *
- * @param[in] day
  * @param[in] weekdays
  *
  * @see elm_dayselector_weekdays_names_set
@@ -157,7 +156,6 @@ enum
  *
  * Get the weekdays' names
  *
- * @param[in] day
  * @param[out] ret
  *
  * @see elm_dayselector_weekdays_names_get
diff --git a/src/lib/elm_gesture_layer_eo.h b/src/lib/elm_gesture_layer_eo.h
index fa7cbfb..1d4daae 100644
--- a/src/lib/elm_gesture_layer_eo.h
+++ b/src/lib/elm_gesture_layer_eo.h
@@ -192,7 +192,6 @@ enum
  * It is recommended to not set a too much big or little value to avoid weird
  * behaviors.
  *
- * @param[in] obj gesture-layer.
  * @param[in] fsize Finger size
  *
  * @see elm_gesture_layer_tap_finger_size_get
diff --git a/src/lib/elm_layout_eo.h b/src/lib/elm_layout_eo.h
index 1abb538..819ff3f 100644
--- a/src/lib/elm_layout_eo.h
+++ b/src/lib/elm_layout_eo.h
@@ -324,6 +324,9 @@
  *
  * Eval sizing, restricted to current width and/or height
  *
+ * @param[in] w   Restrict minimum size to the current width
+ * @param[in] h   Restrict minimum size ot the current height
+ *
  * @see elm_layout_sizing_restricted_eval
  */
 #define elm_obj_layout_sizing_restricted_eval(width, height) 
ELM_OBJ_LAYOUT_ID(ELM_OBJ_LAYOUT_SUB_ID_SIZING_RESTRICTED_EVAL), 
EO_TYPECHECK(Eina_Bool, width), EO_TYPECHECK(Eina_Bool, height)

-- 


Reply via email to