17 lines
429 B
Plaintext
17 lines
429 B
Plaintext
compilation_database_dir: ..
|
|
output_directory: puml
|
|
diagrams:
|
|
t20014_sequence:
|
|
type: sequence
|
|
glob:
|
|
- ../../tests/t20014/t20014.cc
|
|
- ../../tests/t20014/t20014_c.cc
|
|
- ../../tests/t20014/t20014_b.cc
|
|
- ../../tests/t20014/t20014_a.cc
|
|
include:
|
|
namespaces:
|
|
- clanguml::t20014
|
|
using_namespace:
|
|
- clanguml::t20014
|
|
start_from:
|
|
- function: "clanguml::t20014::tmain()" |