summaryrefslogtreecommitdiff
path: root/documentation/Doxybook
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Doxybook')
-rw-r--r--documentation/Doxybook9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/Doxybook b/documentation/Doxybook
index a938a2a..5eddae5 100644
--- a/documentation/Doxybook
+++ b/documentation/Doxybook
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = "FLTK 1.3.2"
+PROJECT_NAME = "FLTK 1.3.3"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -567,6 +567,7 @@ INPUT = src/index.dox \
src/unicode.dox \
../FL \
../src \
+ ../cairo \
src/enumerations.dox \
src/glut.dox \
src/forms.dox \
@@ -576,7 +577,8 @@ INPUT = src/index.dox \
src/development.dox \
src/license.dox \
src/examples.dox \
- src/faq.dox
+ src/faq.dox \
+ ../src/Fl_Sys_Menu_Bar.mm
# 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
@@ -610,7 +612,8 @@ RECURSIVE = YES
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = ../src/fl_font_win32.cxx \
- ../src/fl_font_mac.cxx
+ ../src/fl_font_mac.cxx \
+ ../src/aimm.h
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded