From fdbee3daed84bc76681d2cfbed93c1950e1feecd Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 5 Dec 2017 16:17:12 +0000 Subject: Doxygen: remove warning git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Sys_Menu_Bar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Sys_Menu_Bar.cxx') diff --git a/src/Fl_Sys_Menu_Bar.cxx b/src/Fl_Sys_Menu_Bar.cxx index 044b85b1b..6c967f01c 100644 --- a/src/Fl_Sys_Menu_Bar.cxx +++ b/src/Fl_Sys_Menu_Bar.cxx @@ -163,7 +163,7 @@ void Fl_Sys_Menu_Bar::replace(int index, const char *name) * This cross-platform function is effective only under the MacOS platform. * \param cb a callback that will be called by "About myprog" menu item * with NULL 1st argument. - * \param user_data a pointer transmitted as 2nd argument to the callback. + * \param data a pointer transmitted as 2nd argument to the callback. */ void Fl_Sys_Menu_Bar::about(Fl_Callback *cb, void *data) { if (fl_sys_menu_bar) fl_sys_menu_bar->driver()->about(cb, data); -- cgit v1.2.3