summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/enumerations.dox6
-rw-r--r--documentation/src/events.dox4
-rw-r--r--documentation/src/examples.dox4
-rw-r--r--documentation/src/fluid.dox4
-rw-r--r--documentation/src/forms.dox7
-rw-r--r--documentation/src/glut.dox11
-rw-r--r--documentation/src/index.dox2
-rw-r--r--documentation/src/intro.dox4
-rw-r--r--documentation/src/license.dox8
-rw-r--r--documentation/src/migration_1_3.dox7
-rw-r--r--documentation/src/osissues.dox7
-rw-r--r--documentation/src/preface.dox4
-rw-r--r--documentation/src/unicode.dox3
13 files changed, 26 insertions, 45 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index fa2045860..87b890645 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -293,9 +293,7 @@ The following damage mask bits are used by the standard FLTK widgets:
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="globals_func.html">[Previous] B - Function Reference</a>&nbsp;
-<a class="el" href="glut.html">[Next]</a>&nbsp;
- \ref glut
-
+<a class="el" href="globals_func.html">[Previous] Function Reference</a>&nbsp;
+<a class="el" href="glut.html">[Next] GLUT Compatibility</a>&nbsp;
\endhtmlonly
*/
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index e3706c155..8728732bb 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -398,7 +398,7 @@ The following methods are provided for character composition:
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="drawing.html">[Previous]&nbsp; 5 - Drawing Things in FLTK</a>&nbsp;
-<a class="el" href="subclassing.html">[Next]&nbsp; 7 - Adding and Extending Widgets</a>&nbsp;
+<a class="el" href="drawing.html">[Previous]&nbsp; 5 - Drawing Things in FLTK</a>&nbsp;&nbsp:
+<a class="el" href="subclassing.html">[Next]&nbsp; 7 - Adding and Extending Widgets</a>
\endhtmlonly
*/
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox
index 8780aadb9..0141acacc 100644
--- a/documentation/src/examples.dox
+++ b/documentation/src/examples.dox
@@ -644,8 +644,6 @@ for more details.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="license.html">[Previous]&nbsp; J - Software License</a>&nbsp;
- \ref license &nbsp;&nbsp;
-
+<a class="el" href="license.html">[Previous] Software License</a>
\endhtmlonly
*/
diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox
index db98a17cc..8e04a1346 100644
--- a/documentation/src/fluid.dox
+++ b/documentation/src/fluid.dox
@@ -1367,7 +1367,7 @@ be generated and likely cause compile-time warnings.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="opengl.html">[Previous]&nbsp; 8 - Using OpenGL</a>&nbsp;
-<a class="el" href="advanced.html">[Next]&nbsp; 10 - Advanced FLTK</a>&nbsp;
+<a class="el" href="opengl.html">[Previous]&nbsp; 8 - Using OpenGL</a> &nbsp;&nbsp;
+<a class="el" href="advanced.html">[Next]&nbsp; 10 - Advanced FLTK</a>
\endhtmlonly
*/
diff --git a/documentation/src/forms.dox b/documentation/src/forms.dox
index d48457e60..bd7796726 100644
--- a/documentation/src/forms.dox
+++ b/documentation/src/forms.dox
@@ -238,10 +238,7 @@ fl_font_name(11,"*bookman-light-i-no*");
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="glut.html">[Previous]</a>&nbsp;
- \ref glut &nbsp;&nbsp;
-<a class="el" href="osissues.html">[Next]</a>&nbsp;
- \ref osissues
-
+<a class="el" href="glut.html">[Previous] GLUT Compatibility</a> &nbsp;&nbsp;
+<a class="el" href="osissues.html">[Next] Operating System Issues</a>
\endhtmlonly
*/
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox
index 18d4f25bd..adddfdb36 100644
--- a/documentation/src/glut.dox
+++ b/documentation/src/glut.dox
@@ -105,11 +105,8 @@ following scheme. The biggest trick is that GLUT insists on
\li You can call either <tt>glutMainLoop()</tt>, <tt>Fl::run()</tt>,
or loop calling <tt>Fl::wait()</tt> to run the program.
-<HR break>
<A NAME="Fl_Glut_Window"></A> <!-- For old HTML links only ! -->
\section glut_Fl_Glut_Window class Fl_Glut_Window
-\htmlonly
-<HR>
\subsection glut_class_hierarchy Class Hierarchy
@@ -237,12 +234,10 @@ void Fl_Glut_Window::make_current()
\par
Switches all drawing functions to the GLUT window.
+\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="enumerations.html">[Previous]</a>&nbsp;
- \ref enumerations &nbsp;&nbsp;
-<a class="el" href="forms.html">[Next]</a>&nbsp;
- \ref forms
-
+<a class="el" href="enumerations.html">[Previous] FLTK Enumerations</a> &nbsp;&nbsp;
+<a class="el" href="forms.html">[Next] Forms Compatibility</a>
\endhtmlonly
*/
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
index a2ae84ece..83a11aab0 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -96,7 +96,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="preface.html">[Next]&nbsp; Preface</a>&nbsp;
+<a class="el" href="preface.html">[Next] Preface</a>
\endhtmlonly
*/
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox
index 3dfa2e034..f7d85fa70 100644
--- a/documentation/src/intro.dox
+++ b/documentation/src/intro.dox
@@ -350,7 +350,7 @@ at "fltk@fltk.org" or one of the newsgroups.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="preface.html">[Previous]&nbsp; Preface</a>&nbsp;
-<a class="el" href="basics.html">[Next]&nbsp; 2 - FLTK Basics</a>&nbsp;
+<a class="el" href="preface.html">[Previous] Preface</a> &nbsp;&nbsp;
+<a class="el" href="basics.html">[Next]&nbsp; 2 - FLTK Basics</a>
\endhtmlonly
*/
diff --git a/documentation/src/license.dox b/documentation/src/license.dox
index b894ef77c..f1ae144c7 100644
--- a/documentation/src/license.dox
+++ b/documentation/src/license.dox
@@ -493,10 +493,8 @@ DAMAGES.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="development.html">[Previous]&nbsp; I - Developer Information</a>&nbsp;
- \ref development &nbsp;&nbsp;
-<a class="el" href="examples.html">[Next]&nbsp; K - Example Source Code</a>&nbsp;
- \ref examples
-
+<a class="el" href="development.html">[Previous] Developer Information</a> &nbsp;&nbsp;
+<a class="el" href="examples.html">[Next] Example Source Code</a>
\endhtmlonly
+
*/
diff --git a/documentation/src/migration_1_3.dox b/documentation/src/migration_1_3.dox
index 8ef33df6d..b812d2125 100644
--- a/documentation/src/migration_1_3.dox
+++ b/documentation/src/migration_1_3.dox
@@ -57,10 +57,7 @@ any existing code, but makes it possible to use bigger scroll areas
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="migration_1_1.html">[Previous] &nbsp;
- H - Migrating Code from FLTK 1.1 to 1.3</a> &nbsp;&nbsp;
-<a class="el" href="development.html">[Next] &nbsp;
- I - Developer Information</a>
-
+<a class="el" href="migration_1_1.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a> &nbsp;&nbsp;
+<a class="el" href="development.html">[Next] Developer Information</a>
\endhtmlonly
*/
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index b878d79d3..628d41013 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -756,10 +756,7 @@ MacOS version of FLTK:
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="forms.html">[Previous]</a>&nbsp;
- \ref forms &nbsp;&nbsp;
-<a class="el" href="migration_1_1.html">[Next]</a>&nbsp;
- \ref migration_1_1
-
+<a class="el" href="forms.html">[Previous] Forms Compatibility</a> &nbsp;&nbsp;
+<a class="el" href="migration_1_1.html">[Next] Migrating Code from FLTK 1.0 to 1.1</a>
\endhtmlonly
*/
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index b3b17a3df..a4cef1d9d 100644
--- a/documentation/src/preface.dox
+++ b/documentation/src/preface.dox
@@ -78,7 +78,7 @@ registered trademarks of Apple Computer, Inc.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="intro.html">[Next]&nbsp; 1 - Introduction to FLTK</a>
-
+<a class="el" href="intro.html">[Next] 1 - Introduction to FLTK</a>
\endhtmlonly
+
*/
diff --git a/documentation/src/unicode.dox b/documentation/src/unicode.dox
index 9ce998bbb..f352be652 100644
--- a/documentation/src/unicode.dox
+++ b/documentation/src/unicode.dox
@@ -73,10 +73,11 @@ system, FLTK will convert string as needed.
Fl_Help_View. Keycodes from the keyboard conflict with Unicode
characters. Right-to-left rendered text can not be marked or edited,
and probably much more.
+
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="advanced.html">[Previous]&nbsp; 10 - Advanced FLTK </a>&nbsp;
-<a class="el" href="classes.html">[Next]&nbsp; A - Class Reference</a>
+<a class="el" href="annotated.html">[Next]&nbsp; A - Class Reference</a>
\endhtmlonly
*/