Added free function sequence diagram test case

This commit is contained in:
Bartek Kryza
2021-10-16 15:59:59 +02:00
parent 69f7b1fee7
commit 388c52cd7a
7 changed files with 92 additions and 1 deletions

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

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