progressbar: fix doxygen
authorYakov Goldberg <yakov.g@samsung.com>
Tue, 15 Oct 2013 14:02:31 +0000 (17:02 +0300)
committerYakov Goldberg <yakov.g@samsung.com>
Tue, 15 Oct 2013 14:03:26 +0000 (17:03 +0300)
src/lib/elm_progressbar_eo.h

index 7cfa6eb..2b11327 100644 (file)
@@ -233,7 +233,7 @@ enum
 #define elm_obj_progressbar_inverted_get(ret) ELM_OBJ_PROGRESSBAR_ID(ELM_OBJ_PROGRESSBAR_SUB_ID_INVERTED_GET), EO_TYPECHECK(Eina_Bool *, ret)
 
 /**
- * @def elm_progressbar_part_value_set
+ * @def elm_obj_progressbar_part_value_set
  * @since 1.8
  *
  * Modified to support more than one progress status
@@ -249,7 +249,7 @@ enum
 #define elm_obj_progressbar_part_value_set(part, val) ELM_OBJ_PROGRESSBAR_ID(ELM_OBJ_PROGRESSBAR_SUB_ID_PART_VALUE_SET), EO_TYPECHECK(const char*, part), EO_TYPECHECK(double, val)
 
 /**
- * @def elm_progressbar_part_value_get
+ * @def elm_obj_progressbar_part_value_get
  * @since 1.8
  *
  * Modified to support more than one progress status