Skip to content

Commit d0f75ca

Browse files
author
Shreyas Balakrishna
committed
fixup! fixup! Add SVG output format support
1 parent bc62fa2 commit d0f75ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A huge shout out to the people behind these projects.
5151

5252
To 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

5656
Below is the overall `dot` and `d3` component dependency visualisations for [leveldb](https://github.com/google/leveldb)
5757

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A huge shout out to the people behind these projects.
3232

3333
To 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

3737
Below is the overall `dot` and `d3` component dependency visualisations for [leveldb](https://github.com/google/leveldb)
3838

0 commit comments

Comments
 (0)