summaryrefslogtreecommitdiff
path: root/doc/examples.dox
diff options
context:
space:
mode:
authorDaniel Juyung Seo <juyung.seo@samsung.com>2014-01-06 23:30:02 +0900
committerDaniel Juyung Seo <juyung.seo@samsung.com>2014-01-06 23:33:57 +0900
commit3f6cff6f98bf41a8df9b6f83bade24af2d75f482 (patch)
tree0e13d094abf59ca8e0305c990ff31af075462423 /doc/examples.dox
parentf8a004e8bced2cf3142655c103629ec2df33443d (diff)
downloadelementary-3f6cff6f98bf41a8df9b6f83bade24af2d75f482.tar.gz
elm: Changed __UNUSED__ to EINA_UNUSED.
Diffstat (limited to 'doc/examples.dox')
-rw-r--r--doc/examples.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index 09233292d..6286db473 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -4521,7 +4521,7 @@
* and the entry itself doesn't, yet, support all the needed capabilities to
* make this simpler. We begin by getting the format we are using in our
* function from the button pressed.
- * @skip _format_change_cb(void *data, Evas_Object *obj, void *event __UNUSED__)
+ * @skip _format_change_cb(void *data, Evas_Object *obj, void *event EINA_UNUSED))
* @until sizeof(fmt_close)
*
* Next we need to find out if we need to insert an opening or a closing tag.