summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Doxyfile9
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index 0a68f2e3a..74190bb09 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -513,9 +513,14 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = . \
+INPUT = index.dox preface.dox intro.dox basics.dox common.dox \
+ drawing.dox editor.dox events.dox subclassing.dox \
+ opengl.dox fluid.dox advanced.dox unicode.dox \
../FL \
- ../src
+ ../src \
+ enumerations.dox glut.dox forms.dox osissues.dox \
+ migration_1_1.dox migration_1_3.dox development.dox \
+ license.dox examples.dox
# 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