summaryrefslogtreecommitdiff
path: root/Utilities/Doxygen
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2011-03-20 13:41:06 +0100
committerNicolas Despres <nicolas.despres@gmail.com>2011-10-23 22:15:30 +0200
commitfaede37b79ef0c4dee9cce67ab57499ddf46b47f (patch)
tree1f622267d99ab8ac8506ed7da511e18687bae4b7 /Utilities/Doxygen
parentdd13ecd00528b8d8041145e278cb7590d943f9de (diff)
downloadcmake-faede37b79ef0c4dee9cce67ab57499ddf46b47f.tar.gz
Doxygen: Generate call graph and relationships.
It helps code browsing and understanding for new developers.
Diffstat (limited to 'Utilities/Doxygen')
-rw-r--r--Utilities/Doxygen/doxyfile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Utilities/Doxygen/doxyfile.in b/Utilities/Doxygen/doxyfile.in
index c3d3a38693..9743af7218 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 =