diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxyfile.in | 7 |
1 files changed, 5 insertions, 2 deletions
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 |
