summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-06 21:52:33 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-06 21:53:32 +0100
commit9fa438df6893828a90f1d1755222266c623d5456 (patch)
treebe5c943be031b92fdd27a16da0e45535148dbf4d /src
parenta4ebd8564deb83237d1b21250ebbe388aad30940 (diff)
Fix doxygen warnings
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Menu.cxx4
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_;