19 lines
475 B
Plaintext
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>)'
|