From b5e2d38b2fbabcf37637cd857fc70d8567978b17 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 16 Mar 2010 14:47:40 +0000 Subject: Have class Fl_Sys_Menu_Bar and function fl_mac_set_about appear in Doxygen doc. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Sys_Menu_Bar.cxx | 28 +++++++++++++++------------- src/Fl_cocoa.mm | 16 ---------------- 2 files changed, 15 insertions(+), 29 deletions(-) (limited to 'src') diff --git a/src/Fl_Sys_Menu_Bar.cxx b/src/Fl_Sys_Menu_Bar.cxx index 48920ef83..515f724eb 100644 --- a/src/Fl_Sys_Menu_Bar.cxx +++ b/src/Fl_Sys_Menu_Bar.cxx @@ -42,7 +42,7 @@ * - Shortcut Characters should be English alphanumeric only, no modifiers yet * - no disable main menus * - changes to menubar in run-time don't update! - * (disable, etc. - toggle and readio button do!) + * (disable, etc. - toggle and radio button do!) * * No care was taken to clean up the menu bar after destruction! * ::menu(bar) should only be called once! @@ -52,7 +52,7 @@ * a bundle for the System Menu Bar (and maybe other features) to work! */ -#if defined(__APPLE__) +#if defined(__APPLE__) || defined(FL_DOXYGEN) #include #include @@ -69,7 +69,7 @@ typedef const Fl_Menu_Item *pFl_Menu_Item; -/** +/* * copy the text of a menuitem into a buffer. * Skip all '&' which would mark the shortcut in FLTK * Skip all Mac control characters ('(', '<', ';', '^', '!' ) @@ -91,7 +91,7 @@ typedef const Fl_Menu_Item *pFl_Menu_Item; *dst = 0; } -/** +/* * append a marker to identify the menu font style * - * - * \author Manolo Gouy - * - * \param[in] cb a callback that will be called by "About myprog" menu item - * with NULL 1st argument. - * \param[in] user_data a pointer transmitted as 2nd argument to the callback. - * \param[in] shortcut optional shortcut to attach to the "About myprog" menu item (e.g., FL_META+'a') - */ void fl_mac_set_about( Fl_Callback *cb, void *user_data, int shortcut) { NSAutoreleasePool *localPool; -- cgit v1.2.3