summaryrefslogtreecommitdiff
path: root/documentation/Doxybook
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-03-25 23:12:48 +0000
committerengelsman <engelsman>2009-03-25 23:12:48 +0000
commitc95505b4621f88a364abff8d2807a204896ffcd1 (patch)
treeac030664219895090d1c645a566a12283338bb8e /documentation/Doxybook
parentf414a50dd2156541d9b53ada0ad988328b8b6e80 (diff)
removed numbering from doxygen chapters and navigation bars,
moved class/function reference pages to end of index table, swapped editor/drawing chapters in Doxybook for PDF version git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6721 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Doxybook')
-rwxr-xr-xdocumentation/Doxybook8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Doxybook b/documentation/Doxybook
index d863ee562..6d884e128 100755
--- a/documentation/Doxybook
+++ b/documentation/Doxybook
@@ -557,16 +557,14 @@ INPUT = src/index.dox \
src/intro.dox \
src/basics.dox \
src/common.dox \
- src/drawing.dox \
src/editor.dox \
+ src/drawing.dox \
src/events.dox \
src/subclassing.dox \
src/opengl.dox \
src/fluid.dox \
src/advanced.dox \
src/unicode.dox \
- ../FL \
- ../src \
src/enumerations.dox \
src/glut.dox \
src/forms.dox \
@@ -575,7 +573,9 @@ INPUT = src/index.dox \
src/migration_1_3.dox \
src/development.dox \
src/license.dox \
- src/examples.dox
+ src/examples.dox \
+ ../FL \
+ ../src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is