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
This commit is contained in:
Greg Ercolano 2010-02-26 18:10:54 +00:00
parent f190582fea
commit f71f365268
1 changed files with 2 additions and 2 deletions

View File

@ -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 &lt;FL/names.h&gt;' 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 &lt;FL/names.h&gt;' appears.
The array gets defined inline wherever your '\#include <FL/names.h>' appears.
\b Example:
\code