18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
compilation_database_dir: ..
|
|
output_directory: puml
|
|
diagrams:
|
|
t20017_sequence:
|
|
type: sequence
|
|
combine_free_functions_into_file_participants: true
|
|
relative_to: ../../tests/t20017
|
|
glob:
|
|
- ../../tests/t20017/t20017.cc
|
|
include:
|
|
namespaces:
|
|
- clanguml::t20017
|
|
paths:
|
|
- .
|
|
using_namespace:
|
|
- clanguml::t20017
|
|
start_from:
|
|
- function: "clanguml::t20017::tmain()" |