summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 05f9116..d8316e0 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 =