Fix typo and some wrong expressions 08/167208/2
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Tue, 16 Jan 2018 07:17:58 +0000 (16:17 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 16 Jan 2018 08:07:17 +0000 (08:07 +0000)
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

doc/elementary_examples.dox
doc/elementary_examples_cxx.dox
src/lib/elementary/elm_box.h
src/lib/elementary/elm_gesture_layer.eo
src/lib/elementary/elm_index.h
src/lib/elementary/elm_map.h
src/lib/elementary/elm_toolbar.h

index af37ae2..23bf413 100644 (file)
  * @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,
  * <tt> changed </tt> and <tt> delay,changed </tt>. First we need to
  * implement callback functions that will simply print spinner's value:
  * @dontinclude spinner_example.c
  * @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,
  * <tt> changed </tt> and <tt> delay,changed </tt>. First we need to
  * implement callback functions that will simply print slider's value:
  * @dontinclude slider_example.c
  * @image latex screenshots/combobox_example_01.eps width=\textwidth
  *
  * @example combobox_example_01.c
- */
\ No newline at end of file
+ */
index 7b45ed9..c08b0ea 100644 (file)
  * @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, <tt> changed </tt> and <tt> delay,changed </tt>. First we
  * need to implement callback functions that will simply print
  * slider's value, using lambda again:
  * @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, <tt> changed </tt> and <tt> delay_changed </tt>.
 
  * We start the same way as previously, creating spinner, setting
 
  * @image latex screenshots/thumb_cxx_example_01.eps width=\textwidth
  * @example thumb_cxx_example_01.cc
- */
\ No newline at end of file
+ */
index c15eb01..d8f3261 100644 (file)
@@ -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.
index 2e59094..5ef2f25 100644 (file)
@@ -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 {
index 6ede67b..8bbba22 100644 (file)
@@ -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).
  *
index bf25730..4004c9d 100644 (file)
@@ -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
index ef237c4..f58e3cd 100644 (file)
@@ -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