mirror of https://github.com/fltk/fltk
FL/mac.H: stop doxygen complaining by escaping # in comment
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7608 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
97c314c46d
commit
c1fbbf03ac
2
FL/mac.H
2
FL/mac.H
|
@ -176,7 +176,7 @@ extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b)
|
|||
|
||||
/**
|
||||
* \brief Mac OS X: attaches a callback to the "About myprog" item of the system application menu.
|
||||
* \note #include <FL/x.H>
|
||||
* \note \#include <FL/x.H>
|
||||
*
|
||||
* \param cb a callback that will be called by "About myprog" menu item
|
||||
* with NULL 1st argument.
|
||||
|
|
Loading…
Reference in New Issue