From 9fa438df6893828a90f1d1755222266c623d5456 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 6 Dec 2025 21:52:33 +0100 Subject: Fix doxygen warnings --- src/Fl_Menu.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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_; -- cgit v1.2.3