Files
clang-uml/tests/t00019/.clang-uml
2021-07-25 23:02:18 +02:00

19 lines
475 B
Plaintext

compilation_database_dir: ..
output_directory: puml
diagrams:
t00019_class:
type: class
glob:
- ../../tests/t00019/**.h
- ../../tests/t00019/**.cc
using_namespace:
- clanguml::t00019
include:
namespaces:
- clanguml::t00019
plantuml:
after:
- '@A(Base) <|-- @A(Layer3<LowerLayer>)'
- '@A(Layer3<LowerLayer>) <|-- @A(Layer2<LowerLayer>)'
- '@A(Layer2<LowerLayer>) <|-- @A(Layer1<LowerLayer>)'