Files
clang-uml/tests/t00081/.clang-uml
2024-06-28 00:23:56 +02:00

25 lines
509 B
Plaintext

diagrams:
t00081_class:
type: class
glob:
- t00081.cc
filter_mode: advanced
include_system_headers: true
include:
allof:
namespaces:
- clanguml::t00081
- std
context:
- match:
radius: 2
pattern: clanguml::t00081::A
exclude:
anyof:
access:
- private
- public
- protected
relationships:
- dependency
using_namespace: clanguml::t00081