Files
clang-uml/tests/t40002/.clang-uml
2023-12-09 17:35:39 +01:00

20 lines
510 B
Plaintext

diagrams:
t40002_include:
type: include
# Provide the files to parse in order to look
# for #include directives
glob:
- src/t40002.cc
- src/lib1/lib1.cc
- src/lib2/lib2.cc
include:
# Include only files belonging to these paths relative to relative_to
paths:
- .
exclude:
paths:
# Exclude single header relative to relative_to
- include/lib2/lib2_detail.h
plantuml:
before:
- "' t40002 test include diagram"