diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-07-22 08:43:14 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-07-22 08:43:14 +0000 |
| commit | 80476910061916587b1cfb2f974d01771867989f (patch) | |
| tree | 2e068440cafaeb84c9da06294d4cc7469852db9d | |
| parent | a8c4f77d503a91b76a1afd2f0c3dcdfad21fab1a (diff) | |
Update list of files excluded from documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12346 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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 |
