Files
clang-uml/tests/t30001/.clang-uml
2022-04-02 15:47:52 +02:00

23 lines
605 B
Plaintext

compilation_database_dir: ..
output_directory: puml
diagrams:
t30001_package:
type: package
glob:
- ../../tests/t30001/t30001.cc
include:
namespaces:
- clanguml::t30001
exclude:
namespaces:
- clanguml::t30001::detail
using_namespace:
- clanguml::t30001
plantuml:
before:
- "' t30001 test package diagram"
after:
- 'note right of {{ alias("A::AA::AAA") }}: A AAA note...'
- 'note top of {{ alias("A::AA") }} : {{ comment("A::AA") }}'
- 'note top of {{ alias("B::AA") }} : {{ comment("B::AA") }}'