Initial refactoring of sequence diagram visitor to include participants

This commit is contained in:
Bartek Kryza
2022-10-23 22:36:53 +02:00
parent a2705b10d9
commit 1fe9918c1a
13 changed files with 1089 additions and 116 deletions

14
tests/t20004/.clang-uml Normal file
View File

@@ -0,0 +1,14 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20004_sequence:
type: sequence
glob:
- ../../tests/t20004/t20004.cc
include:
namespaces:
- clanguml::t20004
using_namespace:
- clanguml::t20004
start_from:
- function: "clanguml::t20004::main()"