elm: fix doxygen warning
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 05:40:53 +0000 (05:40 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 05:40:53 +0000 (05:40 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68301 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_deprecated.h
src/lib/elm_win.h

index a42e1cc..dac87e0 100644 (file)
@@ -1418,7 +1418,7 @@ EINA_DEPRECATED EAPI void                   elm_diskselector_item_label_set(Elm_
  *
  * @see elm_diskselector_item_label_set() for more details.
  * @see elm_diskselector_item_append()
- * @use elm_object_item_text_get()
+ * @deprecated Use elm_object_item_text_get() instead
  *
  * @ingroup Diskselector
  */
index d1f84cf..9391cb5 100644 (file)
@@ -352,7 +352,7 @@ EAPI void                  elm_win_raise(Evas_Object *obj);
  * Center a window on its screen
  *
  * This function centers window @p obj horizontally and/or vertically based on the values
- * of @p h and @v.
+ * of @p h and @v.
  * @param obj The window object
  * @param h If true, center horizontally. If false, do not change horizontal location.
  * @param v If true, center vertically. If false, do not change vertical location.