diskselector, icon, map, progressbar: no @since for smart callback just use since or it will cause line break in the doxygen documentation.

This commit is contained in:
Daniel Juyung Seo 2013-06-10 14:51:22 +09:00
parent 7e198bf9c1
commit e4c5d37ccc
4 changed files with 5 additions and 6 deletions

View 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

View 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()

View 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)

View 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)
*