Files
clang-uml/tests/t20001/.clang-uml
2021-10-14 23:41:25 +02:00

23 lines
515 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:
- function: "clanguml::t20001::tmain()"
plantuml:
before:
- "' t20001 test sequence diagram"
after:
- 'note over "tmain()": Main test function'