summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-12-01 17:38:29 +0000
committerManolo Gouy <Manolo>2010-12-01 17:38:29 +0000
commit180ec65687f7aafb4f4b1948a5543628d553802f (patch)
tree5b0e7f8ab7da0aca17c6a9be777229106d716a28 /FL/mac.H
parent04ca835e3aa366d218fe5ffc0cd2da78c0b614f0 (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.H5
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 3ff8ca702..b209df4e3 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -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;