dayselector/gesture_layer/layout: typo doxygen

This commit is contained in:
Yakov Goldberg 2013-11-12 15:50:17 +02:00
parent 9d4a9900cc
commit db448e9eca
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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)