Fix unknown command warning in generating doxygen
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 15 Jan 2014 23:43:58 +0000 (08:43 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 15 Jan 2014 23:44:35 +0000 (08:44 +0900)
elementary/src/lib/elm_access.h:238: warning: Found unknown command `\type'
elementary/src/lib/elm_bg_legacy.h:98: warning: Found unknown command `\r'
elementary/src/lib/elm_bg_legacy.h:98: warning: Found unknown command `\g'
elementary/src/lib/elm_object.h:124: warning: Found unknown command `\content'
elementary/src/lib/elm_image_legacy.h:82: warning: Found unknown command `\group'
elementary/src/lib/elm_image_legacy.h:56: warning: Found unknown command `\group'

src/lib/elm_access.h
src/lib/elm_bg_legacy.h
src/lib/elm_image_legacy.h
src/lib/elm_object.h

index 9a78a5e..8335bd7 100644 (file)
@@ -237,7 +237,7 @@ EAPI void elm_access_highlight_set(Evas_Object* obj);
  *
  * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise
  *
- * The return value would be useful, when the @type is ELM_ACCESS_ACTION_HIGHLIGHT_NEXT
+ * The return value would be useful, when the @type is ELM_ACCESS_ACTION_HIGHLIGHT_NEXT
  * or ELM_ACCESS_ACTION_HIGHLIGHT_PREV. If there is no way to give a highlight,
  * @c EINA_FALSE will be returned.
  *
index c363f12..cf35f83 100644 (file)
@@ -98,7 +98,7 @@ EAPI Elm_Bg_Option                elm_bg_option_get(const Evas_Object *obj);
  * previously called elm_bg_file_set(), so that you just want a solid
  * color background.
  *
- * @note You can reset the color by setting @r, @g, @b as -1, -1, -1.
+ * @note You can reset the color by setting @p r, @p g, @p b as -1, -1, -1.
  *
  * @see elm_bg_color_get()
  *
index 82479e3..46376f4 100644 (file)
@@ -56,7 +56,7 @@ EAPI Eina_Bool        elm_image_memfile_set(Evas_Object *obj, const void *img, s
  * @c ".edj", for this case).
  *
  * @note If you use animated gif image and create multiple image objects with
- * one gif image file, you should set the @group differently for each object.
+ * one gif image file, you should set the @group differently for each object.
  * Or image objects will share one evas image cache entry and you will get
  * unwanted frames.
  *
@@ -82,7 +82,7 @@ EAPI Eina_Bool        elm_image_mmap_set(Evas_Object *obj, const Eina_File *file
  * case).
  *
  * @note If you use animated gif image and create multiple image objects with
- * one gif image file, you should set the @group differently for each object.
+ * one gif image file, you should set the @group differently for each object.
  * Or image objects will share one evas image cache entry and you will get
  * unwanted frames.
  *
index 8824553..4e8048f 100644 (file)
@@ -124,7 +124,7 @@ EAPI void elm_object_domain_part_text_translatable_set(Evas_Object *obj, const c
  * child objects as content at given parts. This sets new content to
  * a given part. If any object was already set as a content object in
  * the same part, the previous object will be deleted automatically
- * with this call. If the @content is NULL, this call will just delete the
+ * with this call. If the @content is NULL, this call will just delete the
  * previous object. If the If you wish to preserve it, issue
  * elm_object_part_content_unset() on it first.
  *