summaryrefslogtreecommitdiff
path: root/Utilities/Doxygen
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-11-05 15:02:49 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-11-05 15:02:49 -0500
commit7ed344e9bb23d123c48ca4360b44ba868fe8ef7b (patch)
tree06652dc0d5885d4c1f7f33dbab8529f4f82e9bda /Utilities/Doxygen
parent6d193bc85c9ac9dc9b85ed8b1917c5b0aeb66c1b (diff)
downloadcmake-7ed344e9bb23d123c48ca4360b44ba868fe8ef7b.tar.gz
ENH: Handle kwsys properly
Diffstat (limited to 'Utilities/Doxygen')
-rw-r--r--Utilities/Doxygen/doxyfile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Utilities/Doxygen/doxyfile.in b/Utilities/Doxygen/doxyfile.in
index 05f9116ba6..d8316e0b91 100644
--- a/Utilities/Doxygen/doxyfile.in
+++ b/Utilities/Doxygen/doxyfile.in
@@ -41,7 +41,8 @@ INPUT = \
"@CMAKE_SOURCE_DIR@/Source/CursesDialog" \
"@CMAKE_SOURCE_DIR@/Source/MFCDialog" \
"@CMAKE_SOURCE_DIR@/Source/WXDialog" \
- "@CMAKE_SOURCE_DIR@/Source/kwsys" \
+ "@CMAKE_BINARY_DIR@/Source/kwsys" \
+ "@CMAKE_BINARY_DIR@/Source/cmsys" \
"@CMAKE_BINARY_DIR@/Utilities/Doxygen/dox/doc_CMake_contributors.dox" \
EXTRACT_ALL = YES
@@ -60,7 +61,7 @@ SORT_MEMBER_DOCS = NO
DISTRIBUTE_GROUP_DOC = YES
TAB_SIZE = 3
-FILE_PATTERNS = *.h
+FILE_PATTERNS = *.h *.hxx
RECURSIVE = NO
EXCLUDE_PATTERNS =