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 ade513a9c660d219193234bb082058c346b7ad2f..da96a253d8fbdfd9d8952ba0b7f52d7ae289159a 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 87f0be7cbaf0b38f71add36e185c34a2fec070e2..39ada1a56f4319cd7f5710474a24d2590d70e845 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 cf5340ad4f5e98e715cd1066ed1b00da9c1c65e5..9ab64c6f86a12f04759421f09da2fed9073eea36 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 6275c3ce5f247d0074f2f5b82ce9be30f756a00b..5c0b3d9cc5cae845a88840676e01a7e064759bb9 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 85005be4e9ade3139b0657b5b282c04e774b6cbb..c33a2f86490c71884a7bd11a48988f613be233cb 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 afa73cf89f4506a7818ea10d5c73d599f7106308..89d570ff3202a982eb20d291ffc0548d20478576 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