doc: fixed warnings caused by "@ref Scroller" 11/158111/1
authorJaeun Choi <jaeun12.choi@samsung.com>
Mon, 30 Oct 2017 01:34:21 +0000 (10:34 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Mon, 30 Oct 2017 01:34:21 +0000 (10:34 +0900)
Change-Id: I2058381f8292215c927d63ac44550928899fe572

src/lib/elm_diskselector.h
src/lib/elm_gengrid.h
src/lib/elm_genlist.h
src/lib/elm_list.h
src/lib/elm_map.h
src/lib/elm_photocam.h

index ade513a..da96a25 100644 (file)
@@ -18,7 +18,7 @@
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
- * Scroller widget also work for diskselectors.
+ * Elm_Scroller widget also work for diskselectors.
  *
  * Some calls on the diskselector's API are marked as @b deprecated,
  * as they just wrap the scrollable widgets counterpart functions. Use
index 87f0be7..39ada1a 100644 (file)
@@ -21,7 +21,7 @@
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
- * Scroller widget also work for gengrids.
+ * Elm_Scroller widget also work for gengrids.
  *
  * Some calls on the gengrid's API are marked as @b deprecated, as
  * they just wrap the scrollable widgets counterpart functions. Use
index cf5340a..9ab64c6 100644 (file)
@@ -24,7 +24,7 @@
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
- * Scroller widget also work for genlists.
+ * Elm_Scroller widget also work for genlists.
  *
  * Some calls on the genlist's API are marked as @b deprecated, as
  * they just wrap the scrollable widgets counterpart functions. Use
index 6275c3c..5c0b3d9 100644 (file)
@@ -77,7 +77,7 @@
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
- * Scroller widget also work for lists.
+ * Elm_Scroller widget also work for lists.
  *
  * Some calls on the list's API are marked as @b deprecated, as they
  * just wrap the scrollable widgets counterpart functions. Use the
index 85005be..c33a2f8 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
- * Scroller widget also work for map objects.
+ * Elm_Scroller widget also work for map objects.
  *
  * Smart callbacks one can listen for:
  * - @c "clicked" - This is called when a user has clicked the map without
index afa73cf..89d570f 100644 (file)
@@ -44,7 +44,7 @@
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
- * Scroller widget also work for photocam objects.
+ * Elm_Scroller widget also work for photocam objects.
  *
  * Some calls on the photocam's API are marked as @b deprecated, as
  * they just wrap the scrollable widgets counterpart functions. Use