seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8db0769ea3777a431aff03be28593d44b79e301b
commit 8db0769ea3777a431aff03be28593d44b79e301b Author: Daniel Juyung Seo <[email protected]> Date: Thu Aug 14 00:22:49 2014 +0900 radio: added quotes for smart callback name in the documentation. --- src/lib/elm_radio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_radio.h b/src/lib/elm_radio.h index 9a3b0c5..a7407f4 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) --
