Added support for ternary conditional operator in sequence diagrams
This commit is contained in:
17
tests/t20028/.clang-uml
Normal file
17
tests/t20028/.clang-uml
Normal 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()"
|
||||
Reference in New Issue
Block a user