From: raster Date: Fri, 30 Dec 2011 07:23:52 +0000 (+0000) Subject: doc warning fix. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1015 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c7feab63ae1c0c1d6fc70e1567177e4f73435cb;p=framework%2Fuifw%2Felementary.git doc warning fix. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_ctxpopup.h b/src/lib/elc_ctxpopup.h index 1235a4e..0621cbf 100644 --- a/src/lib/elc_ctxpopup.h +++ b/src/lib/elc_ctxpopup.h @@ -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. *