Doxygen: Generate call graph and relationships.

It helps code browsing and understanding for new developers.
This commit is contained in:
Nicolas Despres 2011-03-20 13:41:06 +01:00
parent dd13ecd005
commit faede37b79
1 changed files with 3 additions and 1 deletions

View File

@ -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 =