Added option to include if and loop condition text in the diagram (fixes #162)
This commit is contained in:
15
tests/t20033/.clang-uml
Normal file
15
tests/t20033/.clang-uml
Normal 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()"
|
||||
Reference in New Issue
Block a user