diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-03-20 13:41:06 +0100 |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 22:15:30 +0200 |
commit | faede37b79ef0c4dee9cce67ab57499ddf46b47f (patch) | |
tree | 1f622267d99ab8ac8506ed7da511e18687bae4b7 /Utilities/Doxygen | |
parent | dd13ecd00528b8d8041145e278cb7590d943f9de (diff) | |
download | cmake-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.in | 4 |
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 = |