diskselector, icon, map, progressbar: no @since for smart callback just use since...
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 10 Jun 2013 05:51:22 +0000 (14:51 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 10 Jun 2013 05:54:08 +0000 (14:54 +0900)
src/lib/elm_diskselector.h
src/lib/elm_icon.h
src/lib/elm_map.h
src/lib/elm_progressbar.h

index 66f3c48..50dcf57 100644 (file)
@@ -28,7 +28,7 @@
  * This widget emits the following signals, besides the ones sent from
  * @ref Layout:
  * @li @c "selected" - when item is selected, i.e. scroller stops.
- * @li @c "clicked" - This is called when a user clicks an item (@since 1.8)
+ * @li @c "clicked" - This is called when a user clicks an item (since 1.8)
  * @li @c "scroll,anim,start" - scrolling animation has started
  * @li @c "scroll,anim,stop" - scrolling animation has stopped
  * @li @c "scroll,drag,start" - dragging the diskselector has started
index de3ee29..acd3eed 100644 (file)
@@ -81,8 +81,8 @@
  * This widget emits the following signals, besides the ones sent from
  * @ref Image:
  * - @c "thumb,done" - elm_icon_thumb_set() has completed with success
- *                     (@since 1.7)
- * - @c "thumb,error" - elm_icon_thumb_set() has failed (@since 1.7)
+ *                     (since 1.7)
+ * - @c "thumb,error" - elm_icon_thumb_set() has failed (since 1.7)
  *
  * Elementary icon objects support the following API calls:
  * @li elm_object_signal_emit()
index b37ad36..a898a57 100644 (file)
@@ -48,7 +48,7 @@
  * - @c "name,loaded" - Name request ends.
  * - @c "name,loaded,fail" - Name request fails.
  * - @c "overlay,clicked" - A overlay is clicked.
- * - @c "loaded" - when a map is finally loaded. @since 1.7
+ * - @c "loaded" - when a map is finally loaded. (since 1.7)
  * - @c "language,changed" - the program's language changed
  * - @c "focused" - When the map has received focus. (since 1.8)
  * - @c "unfocused" - When the map has lost focus. (since 1.8)
index 5a10201..19b9865 100644 (file)
@@ -35,8 +35,7 @@
  *
  * This widget emits the following signals, besides the ones sent from
  * @ref Layout:
- * @li @c "changed" - when the value is changed
- * @since 1.7
+ * @li @c "changed" - when the value is changed (since 1.7)
  * @li @c "focused" - When the progressbar has received focus. (since 1.8)
  * @li @c "unfocused" - When the progressbar has lost focus. (since 1.8)
  *