summaryrefslogtreecommitdiff
path: root/documentation/subclassing.dox
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-14 20:40:23 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-14 20:40:23 +0000
commit528d1d0e7a72690dbcfbfa795f8894a4b1311139 (patch)
tree0b949212a0888296a99c4b7e345a61ea226a9ea8 /documentation/subclassing.dox
parent34c5642cfa3846b04c6f1944eaf5ba90bc4fb97e (diff)
Doxygen pdf documentation: added htmlonly endhtmlonly tags to avoid pdf doc to have ugly nav bar at the end of the custom chapters. This implies that no ref tag is used, so i reverted ref tags to original a href names. htmldoc was never expanded to doxygen, changed it so that it works in configure.in .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/subclassing.dox')
-rw-r--r--documentation/subclassing.dox9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/subclassing.dox b/documentation/subclassing.dox
index 4b9cf82d0..a13e0a011 100644
--- a/documentation/subclassing.dox
+++ b/documentation/subclassing.dox
@@ -522,11 +522,10 @@ the windows. See
<A href="osissues.html">"Appendix F - Operating System Issues"</A>
for more information.
+\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="events.html">[Previous]</a>&nbsp;
- \ref events &nbsp;&nbsp;
-<a class="el" href="opengl.html">[Next]</a>&nbsp;
- \ref opengl
-
+<a class="el" href="events.html">[Previous]&nbsp; 6 - Handling Events</a>&nbsp;
+<a class="el" href="opengl.html">[Next]&nbsp; 8 - Using OpenGL</a>&nbsp;
+\endhtmlonly
*/