Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.c ewl_model.c ewl_text.c ewl_text_context.h 
        ewl_tree2_view_freebox.h 


Log Message:
- fix doxy

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- ewl_engines.c       6 Nov 2007 17:03:43 -0000       1.50
+++ ewl_engines.c       11 Nov 2007 05:29:15 -0000      1.51
@@ -1149,8 +1149,9 @@
 }
 
 /**
- * @param embed: Embed used to lookup the current theme key.
- * @return Returns no value
+ * @param w: Widget used to lookup the current theme key.
+ * @param key: The key to lookup
+ * @return Returns the theme data
  * @brief Fetch data from the theme system
  */
 char *
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_model.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_model.c 30 Oct 2007 19:47:51 -0000      1.24
+++ ewl_model.c 11 Nov 2007 05:29:15 -0000      1.25
@@ -251,7 +251,7 @@
 
 /**
  * @param m: The Ewl_Model to set the unref callback on
- * @param count: The unref callback to set on the model
+ * @param unref: The unref callback to set on the model
  * @return Returns no value.
  * @brief Sets the unref callback into the model
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -3 -r1.181 -r1.182
--- ewl_text.c  10 Nov 2007 22:40:43 -0000      1.181
+++ ewl_text.c  11 Nov 2007 05:29:15 -0000      1.182
@@ -158,7 +158,7 @@
 
 /**
  * @param t: The Ewl_Text to set the maximum number of characters
- * @param num: The maximum number of characters
+ * @param char_num: The maximum number of characters
  * @return Returns no value
  * @brief Set the maximum number of characters
  *
@@ -192,7 +192,7 @@
 }
 
 /**
- * @param e: The Ewl_Entry to get the maximum number of characters
+ * @param t: The Ewl_Text to get the maximum number of characters
  * @return Returns the maximum length of characters, if the number is unlimited
  *         it returns 0
  * @brief Retrieve if maximum number of characters
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text_context.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_text_context.h  17 Aug 2007 13:41:25 -0000      1.2
+++ ewl_text_context.h  11 Nov 2007 05:29:15 -0000      1.3
@@ -3,7 +3,6 @@
 #define EWL_TEXT_CONTEXT_H
 
 /**
- * @internal
  * @addtogroup Ewl_Text_Context Ewl_Text_Context: A text formatting context
  * @brief Defines a class for text formatting information
  *
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_freebox.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_tree2_view_freebox.h    27 Oct 2007 23:37:59 -0000      1.1
+++ ewl_tree2_view_freebox.h    11 Nov 2007 05:29:15 -0000      1.2
@@ -29,7 +29,7 @@
 typedef struct Ewl_Tree2_View_Freebox Ewl_Tree2_View_Freebox;
 
 /**
- * @def EWL_TREE2_FREEBOX(tv)
+ * @def EWL_TREE2_VIEW_FREEBOX(tv)
  * Typecasts a pointer to an Ewl_Tree2_View_Freebox pointer
  */
 #define EWL_TREE2_VIEW_FREEBOX(tv) ((Ewl_Tree2_View_Freebox*)tv)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to