mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
Doxygen: Generate call graph and relationships.
It helps code browsing and understanding for new developers.
This commit is contained 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 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user