Added support for ternary conditional operator in sequence diagrams

This commit is contained in:
Bartek Kryza
2022-12-14 23:58:38 +01:00
parent 0d15d09de2
commit 1a82e46d7d
14 changed files with 232 additions and 0 deletions

17
tests/t20028/.clang-uml Normal file
View File

@@ -0,0 +1,17 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20028_sequence:
type: sequence
glob:
- ../../tests/t20028/t20028.cc
include:
namespaces:
- clanguml::t20028
exclude:
namespaces:
- clanguml::t20028::detail
using_namespace:
- clanguml::t20028
start_from:
- function: "clanguml::t20028::tmain()"