From bbb273cb3a6530673c18f4e98cde324d378f0ee4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 1 Dec 2010 17:48:59 +0000 Subject: Doxygen changes: replaced "defined" by "declared" where appropriate. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl.H | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'FL/Fl.H') diff --git a/FL/Fl.H b/FL/Fl.H index 24778af49..61ac0f280 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -395,7 +395,7 @@ public: /** @} */ /** \defgroup fl_windows Windows handling functions - \brief Windows and standard dialogs handling defined in + \brief Windows and standard dialogs handling declared in @{ */ static Fl_Window* first_window(); static void first_window(Fl_Window*); @@ -441,7 +441,7 @@ public: /** @} */ /** \defgroup fl_events Events handling functions - Fl class events handling API defined in + Fl class events handling API declared in @{ */ // event information: @@ -678,7 +678,7 @@ public: /** @} */ /** \defgroup fl_clipboard Selection & Clipboard functions - FLTK global copy/cut/paste functions defined in + FLTK global copy/cut/paste functions declared in @{ */ // cut/paste: /** @@ -712,7 +712,7 @@ public: static void paste(Fl_Widget &receiver); /** @} */ /** \defgroup fl_screen Screen functions - fl global screen functions defined in + fl global screen functions declared in @{ */ // screen size: /** Returns the origin of the current screen, where 0 indicates the left side of the screen. */ @@ -925,7 +925,7 @@ public: */ static int dnd_text_ops() { return dnd_text_ops_; } /** \defgroup fl_multithread Multithreading support functions - fl multithreading support functions defined in + fl multithreading support functions declared in @{ */ // Multithreading support: @@ -945,7 +945,7 @@ public: /** \defgroup fl_del_widget Safe widget deletion support functions - These functions,defined in , support deletion of widgets inside callbacks. + These functions, declared in , support deletion of widgets inside callbacks. Fl::delete_widget() should be called when deleting widgets or complete widget trees (Fl_Group, Fl_Window, ...) inside @@ -1110,7 +1110,7 @@ public: }; /** \defgroup fl_unicode Unicode and UTF-8 functions - fl global Unicode and UTF-8 handling functions defined in + fl global Unicode and UTF-8 handling functions declared in @{ */ /** @} */ -- cgit v1.2.3