summaryrefslogtreecommitdiffstats
path: root/Utilities/Doxygen
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-25 22:21:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-25 22:21:45 (GMT)
commit032883cc348fad280ada33bcaa4598e0fcea7dd3 (patch)
tree43bb4e74fc3eb89378fa489406cdad19df771fd8 /Utilities/Doxygen
parent16fe0862672a81dd79513ffc89074d25041cc9b0 (diff)
downloadCMake-032883cc348fad280ada33bcaa4598e0fcea7dd3.zip
CMake-032883cc348fad280ada33bcaa4598e0fcea7dd3.tar.gz
CMake-032883cc348fad280ada33bcaa4598e0fcea7dd3.tar.bz2
ENH: Add all subdirectories
Diffstat (limited to 'Utilities/Doxygen')
-rw-r--r--Utilities/Doxygen/doxyfile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Utilities/Doxygen/doxyfile.in b/Utilities/Doxygen/doxyfile.in
index 0e1f5fb..05f9116 100644
--- a/Utilities/Doxygen/doxyfile.in
+++ b/Utilities/Doxygen/doxyfile.in
@@ -37,6 +37,11 @@ OUTPUT_DIRECTORY = "@CMAKE_BINARY_DIR@/Utilities/Doxygen/doc"
INPUT = \
"@CMAKE_SOURCE_DIR@/Source" \
+ "@CMAKE_SOURCE_DIR@/Source/CTest" \
+ "@CMAKE_SOURCE_DIR@/Source/CursesDialog" \
+ "@CMAKE_SOURCE_DIR@/Source/MFCDialog" \
+ "@CMAKE_SOURCE_DIR@/Source/WXDialog" \
+ "@CMAKE_SOURCE_DIR@/Source/kwsys" \
"@CMAKE_BINARY_DIR@/Utilities/Doxygen/dox/doc_CMake_contributors.dox" \
EXTRACT_ALL = YES