Added initial seqence diagram support

This commit is contained in:
Bartek Kryza
2021-02-14 23:50:35 +01:00
parent 8e07c8cf13
commit 8c8d180e0f
10 changed files with 524 additions and 92 deletions

View File

@@ -0,0 +1,18 @@
compilation_database_dir: build
output_directory: puml
diagrams:
main_sequence_diagram:
type: sequence
glob:
- src/main.cc
using_namespace: clanguml
start_from:
file: src/puml/class_diagram_generator.h
line: 108
classes:
- config
- diagram
- class_diagram
puml:
- 'note top of diagram: Aggregate template'