Added options to render diagrams using plantuml and mermaidjs external tools
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
compilation_database_dir: debug
|
||||
output_directory: output
|
||||
|
||||
diagrams:
|
||||
include_test:
|
||||
type: include
|
||||
|
||||
13
tests/test_config_data/render_cmd.yml
Normal file
13
tests/test_config_data/render_cmd.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
compilation_database_dir: debug
|
||||
output_directory: output
|
||||
plantuml:
|
||||
cmd: "plantuml -tsvg output/{}.puml"
|
||||
diagrams:
|
||||
class_main:
|
||||
type: class
|
||||
glob:
|
||||
- src/**/*.cc
|
||||
- src/**/*.h
|
||||
plantuml:
|
||||
after:
|
||||
- "' test comment"
|
||||
Reference in New Issue
Block a user