summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-03 08:05:48 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-03 08:05:48 +0000
commitb763b271a714628bf2a24571f9995b5d456b3070 (patch)
tree13f0dd2c9652d468957f62daa42a97271a509d7c /FL
parentbd882119e79d08ef2477b1db76f8a0a5735a6f93 (diff)
Doxygen documentation : removed useless FLTK prefix to Modules list as it doesn't change their order in the Modules page.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6366 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H14
1 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index e11e924d4..11164bf53 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -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: