Author: greg.ercolano Date: 2010-02-26 10:10:54 -0800 (Fri, 26 Feb 2010) New Revision: 7159 Log: Removed HTML escapes on <> as per Albrecht's suggestion.
Modified: branches/branch-1.3/FL/names.h Modified: branches/branch-1.3/FL/names.h =================================================================== --- branches/branch-1.3/FL/names.h 2010-02-26 17:50:51 UTC (rev 7158) +++ branches/branch-1.3/FL/names.h 2010-02-26 18:10:54 UTC (rev 7159) @@ -37,7 +37,7 @@ /** This is an array of event names you can use to convert event numbers into names. - The array gets defined inline wherever your '\#include <FL/names.h>' appears. + The array gets defined inline wherever your '\#include <FL/names.h>' appears. \b Example: \code @@ -80,7 +80,7 @@ /** This is an array of font names you can use to convert font numbers into names. - The array gets defined inline wherever your '\#include <FL/names.h>' appears. + The array gets defined inline wherever your '\#include <FL/names.h>' appears. \b Example: \code _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
