23 lines
669 B
Plaintext
23 lines
669 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...'
|
|
- '{% set e=element("A::AA") %} note top of {{ alias("A::AA") }} : {{ e.comment.formatted }}'
|
|
- '{% set e=element("B::AA") %} note top of {{ alias("B::AA") }} : {{ e.comment.formatted }}'
|