datetime: fix doxygen
authorRyuan Choi <ryuan.choi@gmail.com>
Mon, 3 Feb 2014 16:41:45 +0000 (01:41 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Mon, 3 Feb 2014 16:43:52 +0000 (01:43 +0900)
legacy/elementary/src/lib/elm_datetime.c
legacy/elementary/src/lib/elm_datetime_eo.h
legacy/elementary/src/lib/elm_datetime_legacy.h

index 5553b30..9436478 100644 (file)
@@ -1284,7 +1284,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_FIELD_VISIBLE_SET, "Set a field to be visible or not."),
      EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_FIELD_LIMIT_GET, "Get the field limits of a field."),
      EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_FIELD_LIMIT_SET, "Set the field limits of a field."),
-     EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_VALUE_GET, "Get the current value of a field."),
+     EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_VALUE_GET, "Get the current value of a Datetime object."),
      EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_VALUE_SET, "Set the current value of a Datetime object."),
      EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_VALUE_MIN_GET, "Get the lower boundary of a field."),
      EO_OP_DESCRIPTION(ELM_OBJ_DATETIME_SUB_ID_VALUE_MIN_SET, "Set the lower boundary of a field."),
index ec5a9dd..0c29e8e 100644 (file)
@@ -118,7 +118,7 @@ enum
  * @def elm_obj_datetime_value_get
  * @since 1.8
  *
- * @brief Get the current value of a field.
+ * @brief Get the current value of a Datetime object.
  *
  * @param[in,out] currtime
  * @param[out] ret
index 70f39f2..82a466a 100644 (file)
@@ -243,7 +243,7 @@ EAPI void      elm_datetime_field_limit_get(const Evas_Object *obj, Elm_Datetime
 EAPI void      elm_datetime_field_limit_set(Evas_Object *obj, Elm_Datetime_Field_Type fieldtype, int min, int max);
 
 /**
- * @brief Get the current value of a field.
+ * @brief Get the current value of a Datetime object.
  *
  * Year: years since 1900. Negative value represents year below 1900 (year
  * value -30 represents 1870). Year default range is from 70 to 137.
@@ -260,7 +260,7 @@ EAPI void      elm_datetime_field_limit_set(Evas_Object *obj, Elm_Datetime_Field
  * @param currtime Time structure.
  * @return EINA_TRUE if current time is returned successfully.
  *
- * @see elm_datetime_field_value_set()
+ * @see elm_datetime_value_set()
  * @ingroup Datetime
  */
 EAPI Eina_Bool elm_datetime_value_get(const Evas_Object *obj, struct tm *currtime);