From: Myoungwoon Roy, Kim Date: Tue, 16 Jan 2018 07:17:58 +0000 (+0900) Subject: Fix typo and some wrong expressions X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~302 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=308392455187fac766885ed467faabeca37fb545;p=platform%2Fupstream%2Fefl.git Fix typo and some wrong expressions This patch fixes typo and some wrong expressions in doc, box, gesture, index, map, and toolbar API reference doxygen. @fix @doc Original commit: 1999872b1b69f85c68836622095b98206e8ea125 Change-Id: I2780915e9b4081b6e58ad7b07854bcd766b82857 --- diff --git a/doc/elementary_examples.dox b/doc/elementary_examples.dox index af37ae2..23bf413 100644 --- a/doc/elementary_examples.dox +++ b/doc/elementary_examples.dox @@ -1484,7 +1484,7 @@ * @skipline elm_spinner_add * @until evas_object_show * - * Finally the last widget will exemplify how to listen to widget's signals, + * Finally the last widget will exemplify how to listen for widget's signals, * changed and delay,changed . First we need to * implement callback functions that will simply print spinner's value: * @dontinclude spinner_example.c @@ -1582,7 +1582,7 @@ * @dontinclude slider_example.c * @skipline elm_slider_horizontal_set * - * Finally the last widget will exemplify how to listen to widget's signals, + * Finally the last widget will exemplify how to listen for widget's signals, * changed and delay,changed . First we need to * implement callback functions that will simply print slider's value: * @dontinclude slider_example.c @@ -6877,4 +6877,4 @@ * @image latex screenshots/combobox_example_01.eps width=\textwidth * * @example combobox_example_01.c - */ \ No newline at end of file + */ diff --git a/doc/elementary_examples_cxx.dox b/doc/elementary_examples_cxx.dox index 7b45ed9..c08b0ea 100644 --- a/doc/elementary_examples_cxx.dox +++ b/doc/elementary_examples_cxx.dox @@ -4508,7 +4508,7 @@ * @skip slider * @until visibility - * Finally the last slider will exemplify how to listen to slider's + * Finally the last slider will exemplify how to listen for slider's * signals, changed and delay,changed . First we * need to implement callback functions that will simply print * slider's value, using lambda again: @@ -4789,7 +4789,7 @@ * @skip spinner * @until visibility - * Finally the last widget will exemplify how to listen to widget's + * Finally the last widget will exemplify how to listen for widget's * signals, changed and delay_changed . * We start the same way as previously, creating spinner, setting @@ -5329,4 +5329,4 @@ * @image latex screenshots/thumb_cxx_example_01.eps width=\textwidth * @example thumb_cxx_example_01.cc - */ \ No newline at end of file + */ diff --git a/src/lib/elementary/elm_box.h b/src/lib/elementary/elm_box.h index c15eb01..d8f3261 100644 --- a/src/lib/elementary/elm_box.h +++ b/src/lib/elementary/elm_box.h @@ -50,7 +50,7 @@ * how the widget will be placed within that space using * evas_object_size_hint_align_set(). By default, this value will be 0.5 * for both axis, meaning the object will be centered, but any value from - * 0.0 (left or top, for the @c x and @c y axis, respectively) to 1.0 + * 0.0 (left or top, for the @c x and @c y axes, respectively) to 1.0 * (right or bottom) can be used. The special value EVAS_HINT_FILL, which * is -1.0, means the object will be resized to fill the entire space it * was allocated. diff --git a/src/lib/elementary/elm_gesture_layer.eo b/src/lib/elementary/elm_gesture_layer.eo index 2e59094..5ef2f25 100644 --- a/src/lib/elementary/elm_gesture_layer.eo +++ b/src/lib/elementary/elm_gesture_layer.eo @@ -124,7 +124,7 @@ class Elm.Gesture_Layer (Efl.Ui.Widget) widget's target). A gesture layer's target may be any Evas object. This object - will be used to listen to mouse and key events. + will be used to listen for mouse and key events. ]] return: bool; [[$true on success, $false otherwise.]] params { diff --git a/src/lib/elementary/elm_index.h b/src/lib/elementary/elm_index.h index 6ede67b..8bbba22 100644 --- a/src/lib/elementary/elm_index.h +++ b/src/lib/elementary/elm_index.h @@ -5,7 +5,7 @@ * @image html index_inheritance_tree.png * @image latex index_inheritance_tree.eps * - * An index widget gives you an index for fast access to whichever + * An index widget gives you an index for quick access to whichever * group of other UI items one might have. It's a list of text * items (usually letters, for alphabetically ordered access). * diff --git a/src/lib/elementary/elm_map.h b/src/lib/elementary/elm_map.h index bf25730..4004c9d 100644 --- a/src/lib/elementary/elm_map.h +++ b/src/lib/elementary/elm_map.h @@ -22,7 +22,7 @@ * interface, so that all (non-deprecated) functions for the base @ref * Scroller widget also work for map objects. * - * Smart callbacks one can listen to: + * Smart callbacks one can listen for: * - @c "clicked" - This is called when a user has clicked the map without * dragging around. * - @c "clicked,double" - This is called when a user has double-clicked diff --git a/src/lib/elementary/elm_toolbar.h b/src/lib/elementary/elm_toolbar.h index ef237c4..f58e3cd 100644 --- a/src/lib/elementary/elm_toolbar.h +++ b/src/lib/elementary/elm_toolbar.h @@ -23,7 +23,7 @@ * interface, so that all (non-deprecated) functions for the base * @ref Scroller widget also work for toolbars (since 1.8) * - * Smart callbacks one can listen to: + * Smart callbacks one can listen for: * - @c "clicked" - when the user clicks on a toolbar item and becomes * selected. * - @c "longpressed" - when the toolbar is pressed for a certain