seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=0766e7b9fddf76e2b7abac255e8230af70d0baa1

commit 0766e7b9fddf76e2b7abac255e8230af70d0baa1
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Sat Sep 21 19:39:11 2013 +0900

    elm_menu.h: added @c for signal, content part, and text part names.
---
 src/lib/elm_menu.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elm_menu.h b/src/lib/elm_menu.h
index 2790a61..13ba589 100644
--- a/src/lib/elm_menu.h
+++ b/src/lib/elm_menu.h
@@ -14,13 +14,13 @@
  * anywhere.
  *
  * Signals that you can add callbacks for are:
- * @li "clicked" - the user clicked the empty space in the menu to dismiss.
+ * @li @c "clicked" - the user clicked the empty space in the menu to dismiss.
  *
  * Default content parts of the menu items that you can use for are:
- * @li "default" - A main content of the menu item
+ * @li @c "default" - A main content of the menu item
  *
  * Default text parts of the menu items that you can use for are:
- * @li "default" - label in the menu item
+ * @li @c "default" - label in the menu item
  *
  * Supported elm_object_item common APIs.
  * @li @ref elm_object_item_del

-- 


Reply via email to