diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-02-26 18:10:54 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-02-26 18:10:54 +0000 |
| commit | f71f365268fcb2548b563fd4fbf3502f49f76f7e (patch) | |
| tree | a913260b041a9c1a4e177a6dfe0e387ee46a7f36 /FL | |
| parent | f190582fea23f1481c81f0c797db7c0f45711c8e (diff) | |
Removed HTML escapes on <> as per Albrecht's suggestion.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -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 |
