Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_window.c ewl_widget.c ewl_range.c ewl_label.c ewl_icon.c 
        ewl_container.c 


Log Message:
use @note

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- ewl_window.c        7 May 2008 13:38:25 -0000       1.93
+++ ewl_window.c        1 Jul 2008 10:11:24 -0000       1.94
@@ -733,7 +733,7 @@
  * @return leader of the window or NULL
  * @brief Gets the leader of this window
  *
- * Note: this function returns even NULL if the leader
+ * @note this function returns even NULL if the leader
  * is a foreign window
  */
 Ewl_Window *
@@ -754,7 +754,7 @@
  * @return Returns the leader of this window or NULL
  * @brief Gets the leader of this window
  *
- * Note: this function returns even NULL if the leader
+ * @note this function returns even NULL if the leader
  * is a ewl window
  */
 Ewl_Embed_Window *
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -3 -r1.165 -r1.166
--- ewl_widget.c        11 Jun 2008 23:04:45 -0000      1.165
+++ ewl_widget.c        1 Jul 2008 10:11:25 -0000       1.166
@@ -1072,7 +1072,7 @@
  * @return Returns the current text on success, NULL on failure.
  * @brief Retrieve the text of the given theme part of a widget
  *
- * Note, the returned value will only be valid until the next time
+ * @note The returned value will only be valid until the next time
  * ewl_widget_appearance_text_set() is called on this widget.
  */
 const char *
@@ -1619,7 +1619,7 @@
  * the same layer with its sibling widgets. In most cases you also want to
  * set it as internal.
  *
- * Note: You cannot change the unmanaged state if the widget already has
+ * @note You cannot change the unmanaged state if the widget already has
  * a parent.
  */
 void
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_range.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_range.c 7 May 2008 13:38:25 -0000       1.13
+++ ewl_range.c 1 Jul 2008 10:11:25 -0000       1.14
@@ -11,7 +11,7 @@
  * @return Returns no value.
  * @brief Initialize the range to some sane starting values
  *
- * Note, there is no ewl_range_new(), becasue range only serves
+ * @note There is no ewl_range_new(), becasue range only serves
  * as a common API for seeker, spinner and progressbar
  */
 int
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_label.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ewl_label.c 7 May 2008 13:38:23 -0000       1.30
+++ ewl_label.c 1 Jul 2008 10:11:25 -0000       1.31
@@ -80,8 +80,10 @@
 /**
  * @param la: The Ewl_Label to get the text from
  * @return Returns no value.
- * @brief Gets the current text set into the label. Note, this pointer will
- * only be valid until the next time ewl_label_text_set() is called.
+ * @brief Gets the current text set into the label. 
+ *
+ * @note This pointer will only be valid until the next time 
+ * ewl_label_text_set() is called.
  */
 const char *
 ewl_label_text_get(Ewl_Label *la)
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- ewl_icon.c  7 May 2008 13:38:23 -0000       1.45
+++ ewl_icon.c  1 Jul 2008 10:11:25 -0000       1.46
@@ -170,7 +170,11 @@
  * @param icon: The icon to set the part to hide of
  * @param part: The part to hide
  * @return Returns no value.
- * @brief Hide the given part of the icon. Note: You can only hide one part.
+ * @brief Hide the given part of the icon.
+ *
+ * The give part of the icon will be hidden.
+ *
+ * @note You can only hide one part.
  */
 void
 ewl_icon_part_hide(Ewl_Icon *icon, Ewl_Icon_Part part)
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_container.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- ewl_container.c     4 Jun 2008 20:18:26 -0000       1.75
+++ ewl_container.c     1 Jul 2008 10:11:25 -0000       1.76
@@ -474,7 +474,8 @@
  *
  * This function return the number of visible child widgets in this container,
  * no matter if the container is set to redirect or not.
- * Note: other than ewl_container_count_get() and
+ * 
+ * @note Other than ewl_container_count_get() and
  * ewl_container_count_internal_get() it does not return the number of
  * children in the redirection end container.
  */



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to