Elm: add missing @since.
authorVincent Torri <vincent.torri@gmail.com>
Tue, 19 Jun 2012 05:07:29 +0000 (05:07 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Tue, 19 Jun 2012 05:07:29 +0000 (05:07 +0000)
SVN revision: 72436

ChangeLog
src/lib/elm_map.h

index 376a218..b44a213 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
         * Toolbar : Add the reorder feature when the more panel is shown.
           After the item is long-pressed, it can be moved.
-       
+
 2012-06-14 Michael Bouchaud
        * Add an enum to Elm_Calendar_Mark_Repeat_Type:
        ELM_CALENDAR_LAST_DAY_OF_MONTH
index bae3a54..b8640c3 100644 (file)
@@ -595,6 +595,8 @@ EAPI Elm_Map_Overlay *     elm_map_overlay_add(Evas_Object *obj, double lon, dou
  * This list includes group overlays also.
  * So this can be changed dynamically while zooming and panning.
  *
+ * @since 1.1
+ *
  * @ingroup Map
  */
 EAPI EAPI Eina_List *      elm_map_overlays_get(Evas_Object *obj);
@@ -754,6 +756,8 @@ EAPI Eina_Bool             elm_map_overlay_paused_get(const Elm_Map_Overlay *ove
  * The visible of the overlay can not be set.
  * This value can be changed dynamically while zooming and panning
  *
+ * @since 1.1
+ *
  * @ingroup Map
  */
 EAPI Eina_Bool             elm_map_overlay_visible_get(const Elm_Map_Overlay *overlay);