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:
engelsman 2010-05-17 16:42:16 +00:00
parent 97c314c46d
commit c1fbbf03ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.