From 80476910061916587b1cfb2f974d01771867989f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 22 Jul 2017 08:43:14 +0000 Subject: Update list of files excluded from documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12346 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Doxyfile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index 3a4e91148..0508919b4 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -611,8 +611,11 @@ 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 = @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 # directories that are symbolic links (a Unix filesystem feature) are excluded -- cgit v1.2.3