From 74cbd55745e7c55a62be524279c707a572f6c688 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 17 Sep 2008 21:13:03 +0000 Subject: Another bunch of doxygen updates: *.dox. Fixed links and many html tags. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6287 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/development.dox | 2 +- documentation/drawing.dox | 315 +++++++++++++++++++--------------------- documentation/examples.dox | 2 +- documentation/fluid.dox | 28 ++-- documentation/forms.dox | 62 ++++---- documentation/glut.dox | 27 ++-- documentation/intro.dox | 2 +- documentation/license.dox | 28 ++-- documentation/migration_1_1.dox | 18 +-- documentation/opengl.dox | 109 +++++++------- documentation/osissues.dox | 102 ++++++------- documentation/preface.dox | 4 +- documentation/subclassing.dox | 47 +++--- 13 files changed, 361 insertions(+), 385 deletions(-) (limited to 'documentation') diff --git a/documentation/development.dox b/documentation/development.dox index 78ffb86c4..302827c87 100644 --- a/documentation/development.dox +++ b/documentation/development.dox @@ -83,7 +83,7 @@ From Duncan: (will be removed later, just for now as a reminder) 5. I've just added comments for the fl_color_chooser() functions, and in order to keep them and the general Function Reference information - for them together, I created a new doxygen group, and used \ingroup + for them together, I created a new doxygen group, and used \\ingroup in the three comment blocks. This creates a new Modules page (which may not be what we want) with links to it from the File Members and Fl_Color_Chooser.H pages. It needs a bit more experimentation on my diff --git a/documentation/drawing.dox b/documentation/drawing.dox index 114f78d70..f0f9efaaa 100644 --- a/documentation/drawing.dox +++ b/documentation/drawing.dox @@ -13,26 +13,23 @@ behavior! @@ -40,7 +37,7 @@ behavior!

FLTK Drawing Functions

To use the drawing functions you must first include the -<FL/fl_draw.H> header file. FLTK provides the + header file. FLTK provides the following types of drawing functions: