Added support for constructors and operators in sequence diagrams

This commit is contained in:
Bartek Kryza
2023-06-29 00:35:36 +02:00
parent 9e7b147244
commit 213483dd3b
10 changed files with 337 additions and 14 deletions

15
tests/t20030/.clang-uml Normal file
View File

@@ -0,0 +1,15 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20030_sequence:
type: sequence
glob:
- ../../tests/t20030/t20030.cc
include:
namespaces:
- clanguml::t20030
using_namespace:
- clanguml::t20030
start_from:
- function: "clanguml::t20030::tmain(int)"
- function: "clanguml::t20030::tmain(bool,int)"