23 lines
516 B
Plaintext
23 lines
516 B
Plaintext
compilation_database_dir: ..
|
|
output_directory: puml
|
|
diagrams:
|
|
t20001_sequence:
|
|
type: sequence
|
|
glob:
|
|
- ../../tests/t20001/t20001.cc
|
|
include:
|
|
namespaces:
|
|
- clanguml::t20001
|
|
exclude:
|
|
namespaces:
|
|
- clanguml::t20001::detail
|
|
using_namespace:
|
|
- clanguml::t20001
|
|
start_from:
|
|
- usr: "c:@N@clanguml@N@t20001@F@tmain#"
|
|
plantuml:
|
|
before:
|
|
- "' t20001 test sequence diagram"
|
|
after:
|
|
- 'note over "tmain()": Main test function'
|