Author: engelsman Date: 2010-05-17 09:42:16 -0700 (Mon, 17 May 2010) New Revision: 7608 Log: FL/mac.H: stop doxygen complaining by escaping # in comment
Modified: branches/branch-1.3/FL/mac.H Modified: branches/branch-1.3/FL/mac.H =================================================================== --- branches/branch-1.3/FL/mac.H 2010-05-14 17:31:18 UTC (rev 7607) +++ branches/branch-1.3/FL/mac.H 2010-05-17 16:42:16 UTC (rev 7608) @@ -176,7 +176,7 @@ /** * \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. _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
