From e4c5d37ccc0277658c65deda34f0b4698b3b7fce Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 10 Jun 2013 14:51:22 +0900 Subject: [PATCH] diskselector, icon, map, progressbar: no @since for smart callback just use since or it will cause line break in the doxygen documentation. --- legacy/elementary/src/lib/elm_diskselector.h | 2 +- legacy/elementary/src/lib/elm_icon.h | 4 ++-- legacy/elementary/src/lib/elm_map.h | 2 +- legacy/elementary/src/lib/elm_progressbar.h | 3 +-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/legacy/elementary/src/lib/elm_diskselector.h b/legacy/elementary/src/lib/elm_diskselector.h index 66f3c48a21..50dcf57798 100644 --- a/legacy/elementary/src/lib/elm_diskselector.h +++ b/legacy/elementary/src/lib/elm_diskselector.h @@ -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 diff --git a/legacy/elementary/src/lib/elm_icon.h b/legacy/elementary/src/lib/elm_icon.h index de3ee29bf1..acd3eed37e 100644 --- a/legacy/elementary/src/lib/elm_icon.h +++ b/legacy/elementary/src/lib/elm_icon.h @@ -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() diff --git a/legacy/elementary/src/lib/elm_map.h b/legacy/elementary/src/lib/elm_map.h index b37ad36162..a898a5724e 100644 --- a/legacy/elementary/src/lib/elm_map.h +++ b/legacy/elementary/src/lib/elm_map.h @@ -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) diff --git a/legacy/elementary/src/lib/elm_progressbar.h b/legacy/elementary/src/lib/elm_progressbar.h index 5a1020162c..19b98658b2 100644 --- a/legacy/elementary/src/lib/elm_progressbar.h +++ b/legacy/elementary/src/lib/elm_progressbar.h @@ -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) *