diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-01-16 08:43:58 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-01-16 08:44:35 +0900 |
commit | 295898ff86c9add475771c68dbf1451864c48384 (patch) | |
tree | 62bbc7f5fd4d32602d99357383f99364fca821fe | |
parent | 5aa098c257b1538b1c6a5f5f2a24c4e1d6ce3f59 (diff) |
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'
-rw-r--r-- | src/lib/elm_access.h | 2 | ||||
-rw-r--r-- | src/lib/elm_bg_legacy.h | 2 | ||||
-rw-r--r-- | src/lib/elm_image_legacy.h | 4 | ||||
-rw-r--r-- | 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 9a78a5e83..8335bd78f 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); | |||
237 | * | 237 | * |
238 | * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise | 238 | * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise |
239 | * | 239 | * |
240 | * The return value would be useful, when the @type is ELM_ACCESS_ACTION_HIGHLIGHT_NEXT | 240 | * The return value would be useful, when the @p type is ELM_ACCESS_ACTION_HIGHLIGHT_NEXT |
241 | * or ELM_ACCESS_ACTION_HIGHLIGHT_PREV. If there is no way to give a highlight, | 241 | * or ELM_ACCESS_ACTION_HIGHLIGHT_PREV. If there is no way to give a highlight, |
242 | * @c EINA_FALSE will be returned. | 242 | * @c EINA_FALSE will be returned. |
243 | * | 243 | * |
diff --git a/src/lib/elm_bg_legacy.h b/src/lib/elm_bg_legacy.h index c363f12ba..cf35f8336 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); | |||
98 | * previously called elm_bg_file_set(), so that you just want a solid | 98 | * previously called elm_bg_file_set(), so that you just want a solid |
99 | * color background. | 99 | * color background. |
100 | * | 100 | * |
101 | * @note You can reset the color by setting @r, @g, @b as -1, -1, -1. | 101 | * @note You can reset the color by setting @p r, @p g, @p b as -1, -1, -1. |
102 | * | 102 | * |
103 | * @see elm_bg_color_get() | 103 | * @see elm_bg_color_get() |
104 | * | 104 | * |
diff --git a/src/lib/elm_image_legacy.h b/src/lib/elm_image_legacy.h index 82479e380..46376f4ab 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 | |||
56 | * @c ".edj", for this case). | 56 | * @c ".edj", for this case). |
57 | * | 57 | * |
58 | * @note If you use animated gif image and create multiple image objects with | 58 | * @note If you use animated gif image and create multiple image objects with |
59 | * one gif image file, you should set the @group differently for each object. | 59 | * one gif image file, you should set the @p group differently for each object. |
60 | * Or image objects will share one evas image cache entry and you will get | 60 | * Or image objects will share one evas image cache entry and you will get |
61 | * unwanted frames. | 61 | * unwanted frames. |
62 | * | 62 | * |
@@ -82,7 +82,7 @@ EAPI Eina_Bool elm_image_mmap_set(Evas_Object *obj, const Eina_File *file | |||
82 | * case). | 82 | * case). |
83 | * | 83 | * |
84 | * @note If you use animated gif image and create multiple image objects with | 84 | * @note If you use animated gif image and create multiple image objects with |
85 | * one gif image file, you should set the @group differently for each object. | 85 | * one gif image file, you should set the @p group differently for each object. |
86 | * Or image objects will share one evas image cache entry and you will get | 86 | * Or image objects will share one evas image cache entry and you will get |
87 | * unwanted frames. | 87 | * unwanted frames. |
88 | * | 88 | * |
diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h index 882455374..4e8048f6c 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 | |||
124 | * child objects as content at given parts. This sets new content to | 124 | * child objects as content at given parts. This sets new content to |
125 | * a given part. If any object was already set as a content object in | 125 | * a given part. If any object was already set as a content object in |
126 | * the same part, the previous object will be deleted automatically | 126 | * the same part, the previous object will be deleted automatically |
127 | * with this call. If the @content is NULL, this call will just delete the | 127 | * with this call. If the @p content is NULL, this call will just delete the |
128 | * previous object. If the If you wish to preserve it, issue | 128 | * previous object. If the If you wish to preserve it, issue |
129 | * elm_object_part_content_unset() on it first. | 129 | * elm_object_part_content_unset() on it first. |
130 | * | 130 | * |