Escape '\n' ('\\n') in doxygen comment.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10365 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-10-09 11:45:02 +00:00
parent 6d06bb425d
commit f127b22270

View File

@ -25,7 +25,7 @@
#include "Fl_Input.H"
/**
This input field displays '\n' characters as new lines rather than ^J,
This input field displays '\\n' characters as new lines rather than ^J,
and accepts the Return, Tab, and up and down arrow keys. This is for
editing multiline text.