doc warning fix.

SVN revision: 66668
This commit is contained in:
Carsten Haitzler 2011-12-30 07:23:52 +00:00
parent 0930fdcd52
commit 9c23977db4
1 changed files with 5 additions and 9 deletions

View File

@ -34,14 +34,10 @@
typedef enum _Elm_Ctxpopup_Direction
{
ELM_CTXPOPUP_DIRECTION_DOWN, /**< ctxpopup show appear below clicked
area */
ELM_CTXPOPUP_DIRECTION_RIGHT, /**< ctxpopup show appear to the right of
the clicked area */
ELM_CTXPOPUP_DIRECTION_LEFT, /**< ctxpopup show appear to the left of
the clicked area */
ELM_CTXPOPUP_DIRECTION_UP, /**< ctxpopup show appear above the clicked
area */
ELM_CTXPOPUP_DIRECTION_DOWN, /**< ctxpopup show appear below clicked area */
ELM_CTXPOPUP_DIRECTION_RIGHT, /**< ctxpopup show appear to the right of the clicked area */
ELM_CTXPOPUP_DIRECTION_LEFT, /**< ctxpopup show appear to the left of the clicked area */
ELM_CTXPOPUP_DIRECTION_UP, /**< ctxpopup show appear above the clicked area */
ELM_CTXPOPUP_DIRECTION_UNKNOWN, /**< ctxpopup does not determine it's direction yet*/
} Elm_Ctxpopup_Direction; /**< Direction in which to show the popup */
@ -61,7 +57,7 @@ EINA_ARG_NONNULL(1);
* @brief Set the Ctxpopup's parent
*
* @param obj The ctxpopup object
* @param area The parent to use
* @param parent The parent to use
*
* Set the parent object.
*