Files
clang-uml/tests/t00020/.clanguml
2021-07-25 10:54:57 +02:00

19 lines
444 B
Plaintext

compilation_database_dir: ..
output_directory: puml
diagrams:
t00020_class:
type: class
glob:
- ../../tests/t00020/t00020.cc
using_namespace:
- clanguml::t00020
include:
namespaces:
- clanguml::t00020
plantuml:
after:
- '@A(ProductA1) <.. @A(Factory1)'
- '@A(ProductB1) <.. @A(Factory1)'
- '@A(ProductA2) <.. @A(Factory2)'
- '@A(ProductB2) <.. @A(Factory2)'