From: Jaeun Choi Date: Mon, 30 Oct 2017 01:34:21 +0000 (+0900) Subject: doc: fixed warnings caused by "@ref Scroller" X-Git-Tag: submit/tizen/20171101.082936~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d1ccd0b0f387f46ba7a002d77f23c1c1715aa0f;p=platform%2Fupstream%2Felementary.git doc: fixed warnings caused by "@ref Scroller" Change-Id: I2058381f8292215c927d63ac44550928899fe572 --- diff --git a/src/lib/elm_diskselector.h b/src/lib/elm_diskselector.h index ade513a9c..da96a253d 100644 --- a/src/lib/elm_diskselector.h +++ b/src/lib/elm_diskselector.h @@ -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 diff --git a/src/lib/elm_gengrid.h b/src/lib/elm_gengrid.h index 87f0be7cb..39ada1a56 100644 --- a/src/lib/elm_gengrid.h +++ b/src/lib/elm_gengrid.h @@ -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 diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index cf5340ad4..9ab64c6f8 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -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 diff --git a/src/lib/elm_list.h b/src/lib/elm_list.h index 6275c3ce5..5c0b3d9cc 100644 --- a/src/lib/elm_list.h +++ b/src/lib/elm_list.h @@ -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 diff --git a/src/lib/elm_map.h b/src/lib/elm_map.h index 85005be4e..c33a2f864 100644 --- a/src/lib/elm_map.h +++ b/src/lib/elm_map.h @@ -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 diff --git a/src/lib/elm_photocam.h b/src/lib/elm_photocam.h index afa73cf89..89d570ff3 100644 --- a/src/lib/elm_photocam.h +++ b/src/lib/elm_photocam.h @@ -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