File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ A huge shout out to the people behind these projects.
51
51
52
52
To generate the overall component dependency graph for a project, use it like so -
53
53
54
- ` cpp_dependency_graph visualise_project -r spec\test\example_project\ -o deps.dot -f dot `
54
+ ` cpp_dependency_graph visualise_project -r spec\test\example_project\ -o deps.svg -f svg `
55
55
56
56
Below is the overall ` dot ` and ` d3 ` component dependency visualisations for [ leveldb] ( https://github.com/google/leveldb )
57
57
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ A huge shout out to the people behind these projects.
32
32
33
33
To generate the overall component dependency graph for a project, use it like so -
34
34
35
- ` cpp_dependency_graph visualise -r spec\test\example_project\ -o deps.dot -f dot `
35
+ ` cpp_dependency_graph visualise -r spec\test\example_project\ -o deps.svg -f svg `
36
36
37
37
Below is the overall ` dot ` and ` d3 ` component dependency visualisations for [ leveldb] ( https://github.com/google/leveldb )
38
38
You can’t perform that action at this time.
0 commit comments