summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-08-14 00:22:49 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-08-14 00:22:52 +0900
commit8db0769ea3777a431aff03be28593d44b79e301b (patch)
treed35b84a05fdbcbac8a8344ce95dd4625b626d508
parent431b6f149442e699026763828c917ff22e130420 (diff)
downloadelementary-8db0769ea3777a431aff03be28593d44b79e301b.tar.gz
radio: added quotes for smart callback name in the documentation.
-rw-r--r--src/lib/elm_radio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_radio.h b/src/lib/elm_radio.h
index 9a3b0c515..a7407f4eb 100644
--- a/src/lib/elm_radio.h
+++ b/src/lib/elm_radio.h
@@ -38,7 +38,7 @@
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
- * @li changed - This is called whenever the user changes the state of one of
+ * @li @c "changed" - This is called whenever the user changes the state of one of
* the radio objects within the group of radio objects that work together.
* @li @c "focused" - When the radio has received focus. (since 1.8)
* @li @c "unfocused" - When the radio has lost focus. (since 1.8)