summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-17 23:26:50 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-17 23:26:50 +0000
commit4bbafadc4f21548ef48162ea7696a5d59b323047 (patch)
treecf96895ee7b55468282c2755d781216bd8c1fc89 /documentation/Doxyfile
parentc232e9822d348eec68593ba6753b98ae9f85dfdb (diff)
Doxygen documentation: started to exclude few unnecessary files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6293 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Doxyfile')
-rw-r--r--documentation/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index d8ca0507a..cf64577f9 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -548,7 +548,8 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = ../src/fl_font_win32.cxx ../src/fl_font_mac.cxx \
+ ../src/forms_compatability.cxx
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded