doc warning fix.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 30 Dec 2011 07:23:52 +0000 (07:23 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 30 Dec 2011 07:23:52 +0000 (07:23 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_ctxpopup.h

index 1235a4e..0621cbf 100644 (file)
 
 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.
  *