elm_menu.h: added @c for signal, content part, and text part names.

This commit is contained in:
Daniel Juyung Seo 2013-09-21 19:39:11 +09:00
parent 2bb42d6e33
commit 2eb7cb4eb7
1 changed files with 3 additions and 3 deletions

View File

@ -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