diff options
| author | Manolo Gouy <Manolo> | 2010-12-01 17:38:29 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-01 17:38:29 +0000 |
| commit | 180ec65687f7aafb4f4b1948a5543628d553802f (patch) | |
| tree | 5b0e7f8ab7da0aca17c6a9be777229106d716a28 /FL/mac.H | |
| parent | 04ca835e3aa366d218fe5ffc0cd2da78c0b614f0 (diff) | |
Doxygen changes to indicate what to #include for functions documented in modules.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7932 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
| -rw-r--r-- | FL/mac.H | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -168,16 +168,15 @@ extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b) #endif // FL_DOXYGEN /** \defgroup group_macosx Mac OS X-specific functions + Mac OS X-specific functions defined in <FL/x.H> or <FL/gl.h> @{ */ /** @brief Register a function called for each file dropped onto an application icon - * \note \#include <FL/x.H> */ extern void fl_open_callback(void (*cb)(const char *)); /** * \brief Attaches a callback to the "About myprog" item of the system application menu. - * \note \#include <FL/x.H> * * \param cb a callback that will be called by "About myprog" menu item * with NULL 1st argument. @@ -186,7 +185,7 @@ extern void fl_open_callback(void (*cb)(const char *)); */ extern void fl_mac_set_about( Fl_Callback *cb, void *user_data, int shortcut = 0); -/** The version number of the running Mac OS X (e.g., 0x1064 for 10.6.4) +/** \brief The version number of the running Mac OS X (e.g., 0x1064 for 10.6.4) */ extern int fl_mac_os_version; |
