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.
5151
5252To generate the overall component dependency graph for a project, use it like so -
5353
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 `
5555
5656Below is the overall ` dot ` and ` d3 ` component dependency visualisations for [ leveldb] ( https://github.com/google/leveldb )
5757
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ A huge shout out to the people behind these projects.
3232
3333To generate the overall component dependency graph for a project, use it like so -
3434
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 `
3636
3737Below is the overall ` dot ` and ` d3 ` component dependency visualisations for [ leveldb] ( https://github.com/google/leveldb )
3838
You can’t perform that action at this time.
0 commit comments