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