diff options
| -rw-r--r-- | FL/names.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/names.h b/FL/names.h index a58e0c1c5..aa779704f 100644 --- a/FL/names.h +++ b/FL/names.h @@ -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 @@ const char * const fl_eventnames[] = /** 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 |
