Skip to content

Commit

Permalink
Removed HTML escapes on <> as per Albrecht's suggestion.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
erco77 committed Feb 26, 2010
1 parent f190582 commit f71f365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FL/names.h
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f71f365

Please sign in to comment.