diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-31 12:41:02 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-31 12:41:02 +0200 |
| commit | 2e88b5efd13a836a382d4b4ae3bce6ea3463229d (patch) | |
| tree | cb133267729216af0eed75a354a58fb1a24520d5 /src/Fl_Tabs.cxx | |
| parent | 443ce623003a1628729ce4fc0e717afd78483990 (diff) | |
Remove Doxygen warnings in processing of class Fl_Tabs
Diffstat (limited to 'src/Fl_Tabs.cxx')
| -rw-r--r-- | src/Fl_Tabs.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index 5db0a317c..fdf8aff11 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -801,8 +801,8 @@ void Fl_Tabs::draw() { only if they are not compressed/overlapping. \param[in] x1 horizontal position of the left edge of the tab - \param[in] h2 horizontal position of the following tab - \param[in] w, h width and height of the tab + \param[in] x2 horizontal position of the following tab + \param[in] W, H width and height of the tab \param[in] o the child widget that corresponds to this tab \param[in] flags if bit 1 is set, this tab is overlapped by another tab \param[in] what can be LEFT, SELECTED, or RIGHT to indicate if the tab is to |
