diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
| commit | b8e97d7c28ad6f168e9314dab3c7651365b1c71c (patch) | |
| tree | aa722d1eb241aef345b6009fac807f060f82f7c6 /src/Fl.cxx | |
| parent | b1598dc70362f331da7a65f1e5ddece7c88299f3 (diff) | |
Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 317ce3807..381d7394c 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1948,16 +1948,16 @@ int Fl::dnd() } /** - * Resets marked text. - * - * In many languages, typing a character can involve multiple keystrokes. For - * example, the Ä can be composed of two dots (¨) on top of the - * character, followed by the letter A (on a Mac with U.S. keyboard, you'd - * type Alt-U, Shift-A. To inform the user that the dots may be followed by - * another character, the ¨ is underlined). - * - * Call this function if character composition needs to be aborted for some - * reason. One such example would be the text input widget losing focus. + Resets marked text. + + In many languages, typing a character can involve multiple keystrokes. For + example, the Ä can be composed of two dots (¨) on top of the + character, followed by the letter A (on a Mac with U.S. keyboard, you'd + type Alt-U, Shift-A. To inform the user that the dots may be followed by + another character, the ¨ is underlined). + + Call this function if character composition needs to be aborted for some + reason. One such example would be the text input widget losing focus. */ void Fl::reset_marked_text() { Fl::screen_driver()->reset_marked_text(); @@ -2073,7 +2073,7 @@ FL_EXPORT Window fl_xid_(const Fl_Window *w) { return temp ? temp->xid : 0; } /** \addtogroup group_macosx - @{ */ + \{ */ /** Register a function called for each file dropped onto an application icon. |
