Added options to render diagrams using plantuml and mermaidjs external tools

This commit is contained in:
Bartek Kryza
2023-11-12 22:57:37 +01:00
parent 429e1c47a9
commit 35f45a07e6
21 changed files with 266 additions and 40 deletions

View File

@@ -1,6 +1,5 @@
compilation_database_dir: debug
output_directory: output
diagrams:
include_test:
type: include

View 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"