Files
clang-uml/tests/t30009/.clang-uml

17 lines
354 B
Plaintext

compilation_database_dir: ..
output_directory: puml
diagrams:
t30009_package:
type: package
glob:
- ../../tests/t30009/t30009.cc
include:
namespaces:
- clanguml::t30009
using_namespace:
- clanguml::t30009
layout:
One::A:
- together: [One::C]
Two::B:
- together: [Two::C, Two::D]