Author: manolo
Date: 2011-10-04 06:10:55 -0700 (Tue, 04 Oct 2011)
New Revision: 9126
Log:
Remove Doxygen warnings introduced at r.9116

Modified:
   branches/branch-1.3/FL/Fl_Browser_.H
   branches/branch-1.3/FL/Fl_Help_View.H
   branches/branch-1.3/FL/Fl_Scroll.H
   branches/branch-1.3/FL/Fl_Widget.H

Modified: branches/branch-1.3/FL/Fl_Browser_.H
===================================================================
--- branches/branch-1.3/FL/Fl_Browser_.H        2011-10-04 12:55:52 UTC (rev 
9125)
+++ branches/branch-1.3/FL/Fl_Browser_.H        2011-10-04 13:10:55 UTC (rev 
9126)
@@ -307,7 +307,7 @@
       return(scrollbar_size_);
   }
   /**
-    Sets the pixel size of the scrollbars' troughs to the \p size, in pixels.
+    Sets the pixel size of the scrollbars' troughs to \p newSize, in pixels.
 
     Normally you should not need this method, and should use
     Fl::scrollbar_size(int) instead to manage the size of ALL 
@@ -318,10 +318,10 @@
     Only use THIS method if you really need to override the global
     scrollbar size. The need for this should be rare.
     
-    Setting \p size to the special value of 0 causes the widget to
+    Setting \p newSize to the special value of 0 causes the widget to
     track the global Fl::scrollbar_size(), which is the default.
     
-    \param[in] size Sets the scrollbar size in pixels.\n
+    \param[in] newSize Sets the scrollbar size in pixels.\n
                     If 0 (default), scrollbar size tracks the global 
Fl::scrollbar_size()
     \see Fl::scrollbar_size()
   */

Modified: branches/branch-1.3/FL/Fl_Help_View.H
===================================================================
--- branches/branch-1.3/FL/Fl_Help_View.H       2011-10-04 12:55:52 UTC (rev 
9125)
+++ branches/branch-1.3/FL/Fl_Help_View.H       2011-10-04 13:10:55 UTC (rev 
9126)
@@ -357,7 +357,7 @@
       return(scrollbar_size_);
   }
   /**
-    Sets the pixel size of the scrollbars' troughs to the \p size, in pixels.
+    Sets the pixel size of the scrollbars' troughs to \p newSize, in pixels.
 
     Normally you should not need this method, and should use
     Fl::scrollbar_size(int) instead to manage the size of ALL 
@@ -368,10 +368,10 @@
     Only use THIS method if you really need to override the global
     scrollbar size. The need for this should be rare.
     
-    Setting \p size to the special value of 0 causes the widget to
+    Setting \p newSize to the special value of 0 causes the widget to
     track the global Fl::scrollbar_size(), which is the default.
     
-    \param[in] size Sets the scrollbar size in pixels.\n
+    \param[in] newSize Sets the scrollbar size in pixels.\n
                     If 0 (default), scrollbar size tracks the global 
Fl::scrollbar_size()
     \see Fl::scrollbar_size()
   */

Modified: branches/branch-1.3/FL/Fl_Scroll.H
===================================================================
--- branches/branch-1.3/FL/Fl_Scroll.H  2011-10-04 12:55:52 UTC (rev 9125)
+++ branches/branch-1.3/FL/Fl_Scroll.H  2011-10-04 13:10:55 UTC (rev 9126)
@@ -159,7 +159,7 @@
       return(scrollbar_size_);
   }
   /**
-    Sets the pixel size of the scrollbars' troughs to the \p size, in pixels.
+    Sets the pixel size of the scrollbars' troughs to \p newSize, in pixels.
 
     Normally you should not need this method, and should use
     Fl::scrollbar_size(int) instead to manage the size of ALL 
@@ -170,10 +170,10 @@
     Only use THIS method if you really need to override the global
     scrollbar size. The need for this should be rare.
     
-    Setting \p size to the special value of 0 causes the widget to
+    Setting \p newSize to the special value of 0 causes the widget to
     track the global Fl::scrollbar_size(), which is the default.
     
-    \param[in] size Sets the scrollbar size in pixels.\n
+    \param[in] newSize Sets the scrollbar size in pixels.\n
                     If 0 (default), scrollbar size tracks the global 
Fl::scrollbar_size()
     \see Fl::scrollbar_size()
   */

Modified: branches/branch-1.3/FL/Fl_Widget.H
===================================================================
--- branches/branch-1.3/FL/Fl_Widget.H  2011-10-04 12:55:52 UTC (rev 9125)
+++ branches/branch-1.3/FL/Fl_Widget.H  2011-10-04 13:10:55 UTC (rev 9126)
@@ -851,10 +851,10 @@
    */
   int contains(const Fl_Widget *w) const ;
 
-  /** Checks if this widget is a child of w.
-      Returns 1 if this widget is a child of \p w, or is
-      equal to \p w. Returns 0 if \p w is NULL.
-      \param[in] w the possible parent widget.
+  /** Checks if this widget is a child of \p wgt.
+      Returns 1 if this widget is a child of \p wgt, or is
+      equal to \p wgt. Returns 0 if \p wgt is NULL.
+      \param[in] wgt the possible parent widget.
       \see contains()
    */
   int inside(const Fl_Widget* wgt) const {return wgt ? wgt->contains(this) : 
0;}

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to