summaryrefslogtreecommitdiff
path: root/FL/Fl_Browser_.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-10-04 13:10:55 +0000
committerManolo Gouy <Manolo>2011-10-04 13:10:55 +0000
commit5e136f4c39a5966a171dab58277418ffd0694c82 (patch)
tree3f89a338f660ae85636c027996f1322e7a4f17d1 /FL/Fl_Browser_.H
parentd8a1aea23e721530a241d723bf39727f411338e7 (diff)
Remove Doxygen warnings introduced at r.9116
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Browser_.H')
-rw-r--r--FL/Fl_Browser_.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H
index 7b5620160..1e303edf2 100644
--- a/FL/Fl_Browser_.H
+++ b/FL/Fl_Browser_.H
@@ -307,7 +307,7 @@ public:
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 @@ public:
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()
*/