mirror of https://github.com/fltk/fltk
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:
parent
f190582fea
commit
f71f365268
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue