diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-03 12:00:21 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-03 12:00:21 +0000 |
| commit | 727b50652cc53e27e6113f1420206ceac0b89146 (patch) | |
| tree | ba555e70f32e0dd758c67c863224a0f269d2705e /src/fl_labeltype.cxx | |
| parent | fabf5fc18167f73526c21842fa8e68da29647094 (diff) | |
Added systematically missing in out modifiers to all param doxygen statements. Added a TODO.osx file in the root describing what we have to do on the os x platform before we can pre-release 1.3
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_labeltype.cxx')
| -rw-r--r-- | src/fl_labeltype.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index 6f7f00545..9eb24a8b5 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -89,7 +89,7 @@ void Fl_Label::draw(int X, int Y, int W, int H, Fl_Align align) const { } /** Measures the size of the label. - \param W, H in out : this is the requested size for the label text plus image; + \param[in,out] W, H : this is the requested size for the label text plus image; on return, this will contain the size needed to fit the label */ void Fl_Label::measure(int& W, int& H) const { |
