Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.c 


Log Message:
- doxygen fixes

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_engines.c       29 Nov 2006 15:52:19 -0000      1.24
+++ ewl_engines.c       4 Dec 2006 05:19:15 -0000       1.25
@@ -704,6 +704,7 @@
 
 /**
  * @param win: the window to work with
+ * @param txt: The text to set as the selection
  * @return Returns no value
  * @brief Sets the window selection text
  */
@@ -731,6 +732,7 @@
 
 /**
  * @param win: the window to work with
+ * @param root: The root window to get the height for
  * @param width: Where to store the width
  * @param height: Where to store the height
  * @return Returns no value
@@ -788,6 +790,8 @@
 
 /**
  * @param embed: the embed to work with
+ * @param types: The dnd types to set
+ * @param num: The number of types
  * @return Returns no value
  * @brief Sets the dnd types provided by this embed.
  */
@@ -866,8 +870,8 @@
 
 /**
  * @param embed: the embed to work with
- * @parm w: a pointer where the width of the desktop will be stored
- * @parm h: a pointer where the height pf the desktop will be stored
+ * @param w: a pointer where the width of the desktop will be stored
+ * @param h: a pointer where the height pf the desktop will be stored
  * @return Returns no value
  * @brief Sets the dnd awareness
  */
@@ -891,6 +895,7 @@
 
 /**
  * @param win: the window to work with
+ * @param debug: The debug setting
  * @return Returns no value
  * @brief Sets up the canvas
  */
@@ -913,7 +918,11 @@
 }
 
 /**
- * @param win: the window to work with
+ * @param emb: The embed to work with
+ * @param x: The x coord to set
+ * @param y: The y coord to set
+ * @param width: The width to set
+ * @param height: The height to set
  * @return Returns no value
  * @brief Sets up the canvas
  */
@@ -936,7 +945,7 @@
 }
 
 /**
- * @param win: the embed to work with
+ * @param embed: the embed to work with
  * @return Returns no value
  * @brief Renders the canvas
  */
@@ -959,7 +968,7 @@
 }
 
 /**
- * @param win: the window to work with
+ * @param embed: the embed to work with
  * @return Returns no value
  * @brief Freezes the canvas
  */
@@ -982,7 +991,7 @@
 }
 
 /**
- * @param win: the window to work with
+ * @param embed: the embed to work with
  * @return Returns no value
  * @brief Thaws the canvas
  */
@@ -1394,6 +1403,7 @@
 /**
  * @param embed: The embed to lookup the engine chain for hook matching
  * @param type: The Ewl_Engine_Hook type to find the best matching function
+ * @param hook: The hook to retrieve
  * @return Returns a pointer to the appropriate engine callback on success.
  * @brief Retrieves the correct engine callback for the specified type.
  */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to