Update list of files excluded from documentation.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12346 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2017-07-22 08:43:14 +00:00
parent a8c4f77d50
commit 8047691006
+5 -2
View File
@@ -611,8 +611,11 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a # 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. # subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = @CMAKE_SOURCE_DIR@/src/aimm.h EXCLUDE = @CMAKE_SOURCE_DIR@/src/drivers/
EXCLUDE += @CMAKE_SOURCE_DIR@/src/drivers/ EXCLUDE += @CMAKE_SOURCE_DIR@/src/fl_dnd_win32.cxx
EXCLUDE += @CMAKE_SOURCE_DIR@/src/fl_dnd_x.cxx
EXCLUDE += @CMAKE_SOURCE_DIR@/src/Fl_get_key_mac.cxx
EXCLUDE += @CMAKE_SOURCE_DIR@/src/Fl_get_key_win32.cxx
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded # directories that are symbolic links (a Unix filesystem feature) are excluded