summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-10-25 19:34:26 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-10-25 19:34:26 (GMT)
commitbd216ef63a57ed7cc868885f8796e3eab9355a8d (patch)
treef83da612e731ec3efa0f84e168cbb77237d65ba8 /Utilities
parent4701843974ef7404212f9a057cba4961076b07c8 (diff)
parentceff6ec5254bbee898ac6a193624dba5ccf18e56 (diff)
downloadCMake-bd216ef63a57ed7cc868885f8796e3eab9355a8d.zip
CMake-bd216ef63a57ed7cc868885f8796e3eab9355a8d.tar.gz
CMake-bd216ef63a57ed7cc868885f8796e3eab9355a8d.tar.bz2
Merge topic 'some-documentation-fixes'
ceff6ec ccmake: Factor toggle key help instructions. 19da106 ccmake: Document '/' key. fd63219 ccmake: Align 'g' and 'q' key instructions. bfb0ed4 Usage: Add missing exepath argument in get_prerequisites documentation. de51264 Usage: Print help, version and copyright options in usage information. 9ae0604 Usage: Document all options printing the version number. 3353d84 Usage: Document all options printing usage information. 1b612ca Usage: Document -j|--parallel option in help message. 6be15ed Doxygen: Remove dependency on VTK when building doxygen. a92f14f Doxygen: Fix warnings. faede37 Doxygen: Generate call graph and relationships. dd13ecd Doxygen: Improve code documentation. d0b3a7f Fix typo. d3d7e45 Remove trailing white-spaces.
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Doxygen/CMakeLists.txt2
-rw-r--r--Utilities/Doxygen/doxyfile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/Utilities/Doxygen/CMakeLists.txt b/Utilities/Doxygen/CMakeLists.txt
index 5d076e0..2430391 100644
--- a/Utilities/Doxygen/CMakeLists.txt
+++ b/Utilities/Doxygen/CMakeLists.txt
@@ -17,8 +17,6 @@ INCLUDE (${CMAKE_ROOT}/Modules/Documentation.cmake OPTIONAL)
IF (BUILD_DOCUMENTATION)
- INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake)
-
#
# Configure the script and the doxyfile, then add target
#
diff --git a/Utilities/Doxygen/doxyfile.in b/Utilities/Doxygen/doxyfile.in
index c3d3a38..9743af7 100644
--- a/Utilities/Doxygen/doxyfile.in
+++ b/Utilities/Doxygen/doxyfile.in
@@ -28,6 +28,8 @@ INCLUDED_BY_GRAPH = YES
CLASS_DIAGRAMS = YES
GENERATE_LEGEND = YES
GRAPHICAL_HIERARCHY = YES
+REFERENCED_BY_RELATION = YES
+REFERENCES_RELATION = YES
ALLEXTERNALS = NO
@@ -61,7 +63,7 @@ SORT_MEMBER_DOCS = NO
DISTRIBUTE_GROUP_DOC = YES
TAB_SIZE = 3
-FILE_PATTERNS = *.h *.hxx
+FILE_PATTERNS = *.h *.hxx *.cxx
RECURSIVE = NO
EXCLUDE_PATTERNS =