From 97429ed053861329ad08ca3940cdf60d767f11f0 Mon Sep 17 00:00:00 2001 From: Thiago Thamada Date: Fri, 27 Apr 2012 12:55:08 +0000 Subject: [PATCH] Cleanup Doxygen Warnings - elementary 1 Warning resolved: explicit link request to could not be resolved Files modified: elm_clock.h elm_gengrid.h elm_index.h elm_slideshow.h elm_web.h Patch by: Thiago Thamada SVN revision: 70523 --- legacy/elementary/src/lib/elm_clock.h | 7 +------ legacy/elementary/src/lib/elm_gengrid.h | 4 ++-- legacy/elementary/src/lib/elm_index.h | 2 +- legacy/elementary/src/lib/elm_slideshow.h | 2 +- legacy/elementary/src/lib/elm_web.h | 2 +- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/legacy/elementary/src/lib/elm_clock.h b/legacy/elementary/src/lib/elm_clock.h index d8012ef64e..a6426560f9 100644 --- a/legacy/elementary/src/lib/elm_clock.h +++ b/legacy/elementary/src/lib/elm_clock.h @@ -135,8 +135,7 @@ EAPI void elm_clock_time_get(const Evas_Object *obj, int *hrs, int * user interaction. When in edition mode, clocks @b stop * ticking, until one brings them back to canonical mode. The * elm_clock_edit_mode_set() function will influence which digits - * of the clock will be editable. By default, all of them will be - * (#ELM_CLOCK_NONE). + * of the clock will be editable. * * @note am/pm sheets, if being shown, will @b always be editable * under edition mode. @@ -171,10 +170,6 @@ EAPI Eina_Bool elm_clock_edit_get(const Evas_Object *obj); * @param digedit Bit mask indicating the digits to be editable * (values in #Elm_Clock_Edit_Mode). * - * If the @p digedit param is #ELM_CLOCK_NONE, editing will be - * disabled on @p obj (same effect as elm_clock_edit_set(), with @c - * EINA_FALSE). - * * @see elm_clock_edit_mode_get() * * @ingroup Clock diff --git a/legacy/elementary/src/lib/elm_gengrid.h b/legacy/elementary/src/lib/elm_gengrid.h index c88232a16b..86f4aa9546 100644 --- a/legacy/elementary/src/lib/elm_gengrid.h +++ b/legacy/elementary/src/lib/elm_gengrid.h @@ -60,7 +60,7 @@ * functions in this struct (methods) when an item is "realized" * (i.e., created dynamically, while the user is scrolling the * grid). All objects will simply be deleted when no longer needed - * with evas_object_del(). The #Elm_GenGrid_Item_Class structure + * with evas_object_del(). The #Elm_Gengrid_Item_Class structure * contains the following members: * - @c item_style - This is a constant string and simply defines * the name of the item style. It @b must be specified and the @@ -549,7 +549,7 @@ EAPI Elm_Object_Item *elm_gengrid_selected_item_get(const Evas_Objec * This returns a list of the selected items, in the order that * they appear in the grid. This list is only valid as long as no * more items are selected or unselected (or unselected implicitly - * by deletion). The list contains #Gengrid item pointers as + * by deletion). The list contains Gengrid item pointers as * data, naturally. * * @see elm_gengrid_selected_item_get() diff --git a/legacy/elementary/src/lib/elm_index.h b/legacy/elementary/src/lib/elm_index.h index 33e41be8be..b26b12a45f 100644 --- a/legacy/elementary/src/lib/elm_index.h +++ b/legacy/elementary/src/lib/elm_index.h @@ -240,7 +240,7 @@ EAPI Elm_Object_Item *elm_index_item_insert_before(Evas_Object *obj, Elm_Ob * @param func The function to call when the item is clicked. * @param data The item data to set for the index's item * @param cmp_func The comparing function to be used to sort index - * items by #index item handles + * items by index item handles * @param cmp_data_func A @b fallback function to be called for the * sorting of index items by item data). It will be used * when @p cmp_func returns @c 0 (equality), which means an index diff --git a/legacy/elementary/src/lib/elm_slideshow.h b/legacy/elementary/src/lib/elm_slideshow.h index 546b0024a2..9a014d8376 100644 --- a/legacy/elementary/src/lib/elm_slideshow.h +++ b/legacy/elementary/src/lib/elm_slideshow.h @@ -125,7 +125,7 @@ EAPI Elm_Object_Item *elm_slideshow_item_add(Evas_Object *obj, const Elm_Sl * @param itc The item class for the item * @param data The item's data * @param func The comparing function to be used to sort slideshow - * items by #Elm_Slideshow_Item item handles + * items by #Elm_Slideshow_Item_Class item handles * @return Returns The slideshow item handle, on success, or * @c NULL, on errors * diff --git a/legacy/elementary/src/lib/elm_web.h b/legacy/elementary/src/lib/elm_web.h index b465906ab7..b3b4192445 100644 --- a/legacy/elementary/src/lib/elm_web.h +++ b/legacy/elementary/src/lib/elm_web.h @@ -206,7 +206,7 @@ typedef enum ELM_WEB_ZOOM_MODE_MANUAL = 0, /**< Zoom controlled normally by elm_web_zoom_set */ ELM_WEB_ZOOM_MODE_AUTO_FIT, /**< Zoom until content fits in web object */ ELM_WEB_ZOOM_MODE_AUTO_FILL, /**< Zoom until content fills web object */ - ELM_WEB_ZOOM_MODE_LAST + ELM_WEB_ZOOM_MODE_LAST /**< Sentinel value to indicate end */ } Elm_Web_Zoom_Mode; /**