jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=295898ff86c9add475771c68dbf1451864c48384

commit 295898ff86c9add475771c68dbf1451864c48384
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Thu Jan 16 08:43:58 2014 +0900

    Fix unknown command warning in generating doxygen
    
    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       | 2 +-
 src/lib/elm_bg_legacy.h    | 2 +-
 src/lib/elm_image_legacy.h | 4 ++--
 src/lib/elm_object.h       | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/elm_access.h b/src/lib/elm_access.h
index 9a78a5e..8335bd7 100644
--- a/src/lib/elm_access.h
+++ b/src/lib/elm_access.h
@@ -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 @p 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.
  *
diff --git a/src/lib/elm_bg_legacy.h b/src/lib/elm_bg_legacy.h
index c363f12..cf35f83 100644
--- a/src/lib/elm_bg_legacy.h
+++ b/src/lib/elm_bg_legacy.h
@@ -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()
  *
diff --git a/src/lib/elm_image_legacy.h b/src/lib/elm_image_legacy.h
index 82479e3..46376f4 100644
--- a/src/lib/elm_image_legacy.h
+++ b/src/lib/elm_image_legacy.h
@@ -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 @p 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 @p group differently for each object.
  * Or image objects will share one evas image cache entry and you will get
  * unwanted frames.
  *
diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h
index 8824553..4e8048f 100644
--- a/src/lib/elm_object.h
+++ b/src/lib/elm_object.h
@@ -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 @p 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.
  *

-- 


Reply via email to