diff options
| -rw-r--r-- | FL/Fl.H | 14 | ||||
| -rw-r--r-- | src/fl_utf.c | 4 |
2 files changed, 9 insertions, 9 deletions
@@ -254,7 +254,7 @@ public: static int damage() {return damage_;} static void redraw(); static void flush(); - /** \defgroup fl_windows fltk windows handling functions + /** \defgroup fl_windows Windows handling functions Windows and standard dialogs handling @{ */ /** \fn void (*warning)(const char*, ...) @@ -328,7 +328,7 @@ public: static void grab(Fl_Window*); // platform dependent /** @} */ - /** \defgroup fl_events fltk global events handling functions + /** \defgroup fl_events Events handling functions Fl class events handling API @{ */ @@ -544,7 +544,7 @@ public: static void remove_handler(int (*h)(int)); /** @} */ - /** \defgroup fl_clipboard fltk selection/clipboard functions + /** \defgroup fl_clipboard Selection & Clipboard functions fl global copy/cut/paste functions @{ */ // cut/paste: @@ -578,7 +578,7 @@ public: static void selection(Fl_Widget &owner, const char*, int len); static void paste(Fl_Widget &receiver); /** @} */ -/** \defgroup fl_screen fltk screen functions +/** \defgroup fl_screen Screen functions fl global screen functions @{ */ // screen size: @@ -602,7 +602,7 @@ public: /** @} */ - /** \defgroup fl_attributes fltk color,font functions + /** \defgroup fl_attributes Color & Font functions fl global color, font functions @{ */ @@ -774,7 +774,7 @@ public: cut/paste shortcut. */ static int dnd_text_ops() { return dnd_text_ops_; } - /** \defgroup fl_multithread fltk multithreading support functions + /** \defgroup fl_multithread Multithreading support functions fl multithreading support functions @{ */ @@ -793,7 +793,7 @@ public: static void* thread_message(); // platform dependent /** @} */ - /** \defgroup fl_del_widget fltk safe widget deletion support functions + /** \defgroup fl_del_widget Safe widget deletion support functions fl multithreading support functions @{ */ // Widget deletion: diff --git a/src/fl_utf.c b/src/fl_utf.c index 29cbe9e27..f42dfeaec 100644 --- a/src/fl_utf.c +++ b/src/fl_utf.c @@ -28,7 +28,7 @@ extern "C" { #endif /** - \defgroup fl_unichar FLTK Unicode Character Functions + \defgroup fl_unichar Unicode Character Functions Global Functions Handling Single Unicode Characters @{ */ @@ -44,7 +44,7 @@ extern "C" { /** @} */ /** - \defgroup fl_utf8 FLTK Unicode String Functions + \defgroup fl_utf8 Unicode String Functions Global Functions Handling Unicode Text @{ */ |
