Added option to include if and loop condition text in the diagram (fixes #162)

This commit is contained in:
Bartek Kryza
2023-07-04 23:58:42 +02:00
parent a514532e51
commit 3bd8f7f7a8
20 changed files with 365 additions and 13 deletions

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

@@ -0,0 +1,15 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20033_sequence:
type: sequence
glob:
- ../../tests/t20033/t20033.cc
include:
namespaces:
- clanguml::t20033
using_namespace:
- clanguml::t20033
generate_condition_statements: true
start_from:
- function: "clanguml::t20033::tmain()"