calendar, MBE: Fix doxygen errors. 07/190207/1
authorWoochanlee <wc0917.lee@samsung.com>
Fri, 28 Sep 2018 06:58:34 +0000 (15:58 +0900)
committerWoochanlee <wc0917.lee@samsung.com>
Fri, 28 Sep 2018 06:59:53 +0000 (15:59 +0900)
Changed defgroup name, Add since_tizen tag.

Change-Id: I6f57ed7ad3ba7272734dda5a42150f5487e9df58

src/lib/elc_multibuttonentry.h
src/lib/elm_calendar_legacy.h

index 1ad8841..a36700b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @defgroup Multibuttonentry Multibuttonentry
+ * @defgroup Elm_Multibuttonentry Multibuttonentry
  * @ingroup elm_widget_group
  *
  * @image html multibuttonentry_inheritance_tree.png
index 41c1164..c7bdac1 100644 (file)
@@ -21,6 +21,8 @@
 EAPI Evas_Object         *elm_calendar_add(Evas_Object *parent);
 
 /**
+ * @MOBILE_ONLY
+ *
  * Set the minimum and maximum values for the year.
  *
  * @param min The minimum year, greater than 1901.
@@ -33,10 +35,17 @@ EAPI Evas_Object         *elm_calendar_add(Evas_Object *parent);
  * @see elm_calendar_min_max_year_get()
  *
  * @ref calendar_example_03
+ *
+ * @ingroup Elm_Calendar
+ *
+ * @if MOBILE @since_tizen 2.4
+ * @endif
  */
 EAPI void                 elm_calendar_min_max_year_set(Evas_Object *obj, int min, int max);
 
 /**
+ * @MOBILE_ONLY
+ *
  * Get the minimum and maximum values for the year.
  *
  * @param[out] min The minimum year, greater than 1901.
@@ -47,5 +56,10 @@ EAPI void                 elm_calendar_min_max_year_set(Evas_Object *obj, int mi
  * @see elm_calendar_min_max_year_set()
  *
  * @ref calendar_example_05
+ *
+ * @ingroup Elm_Calendar
+ *
+ * @if MOBILE @since_tizen 2.4
+ * @endif
  */
 EAPI void                 elm_calendar_min_max_year_get(const Evas_Object *obj, int *min, int *max);