From f127b22270148a609cdcd03eebf7401e1a317fb9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 9 Oct 2014 11:45:02 +0000 Subject: [PATCH] Escape '\n' ('\\n') in doxygen comment. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10365 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Multiline_Input.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H index 69cbac3de..4ac3441e9 100644 --- a/FL/Fl_Multiline_Input.H +++ b/FL/Fl_Multiline_Input.H @@ -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.