diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-06 21:52:33 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-06 21:53:32 +0100 |
| commit | 9fa438df6893828a90f1d1755222266c623d5456 (patch) | |
| tree | be5c943be031b92fdd27a16da0e45535148dbf4d /src | |
| parent | a4ebd8564deb83237d1b21250ebbe388aad30940 (diff) | |
Fix doxygen warnings
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Menu.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index 36c191e56..5de7b1bc1 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -1644,8 +1644,8 @@ const Fl_Menu_Item* Fl_Menu_Item::test_shortcut() const { /** The Fl_Window from which currently displayed popups originate. Optionally, gives also the height of the display containing this window. - \parmm[out]display_height return the height of the display here. - \return pointe to the owning window + \param[out] display_height return the height of the display here. + \return pointer to the owning window */ Fl_Window *Fl_Window_Driver::menu_parent(int *display_height) { if (display_height) *display_height = Menu_Window::display_height_; |
