From c886fe9c33e6894c2e70f07857b4c29cfa77d60a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 24 May 2018 10:58:47 +0000 Subject: Add documentation for Fl::reset_marked_text() and Fl::insertion_point_location(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12930 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 81aecdb25..0ba7f17e1 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1947,8 +1947,6 @@ int Fl::dnd() return Fl::screen_driver()->dnd(); } -#if !defined(FL_DOXYGEN) // FIXME - silence Doxygen warnings - /** * Resets marked text. * @@ -1969,14 +1967,12 @@ void Fl::reset_marked_text() { /** Sets window coordinates and height of insertion point. - \todo Please explain what exactly this does and how to use it. + \see Fl::compose(int& del) for a detailed description. */ void Fl::insertion_point_location(int x, int y, int height) { Fl::screen_driver()->insertion_point_location(x, y, height); } -#endif // !defined(FL_DOXYGEN) // FIXME - silence Doxygen warnings - int Fl::event_key(int k) { return system_driver()->event_key(k); } -- cgit v1.2.3