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

19 lines
515 B
Plaintext

diagrams:
t40003_include:
type: include
# Provide the files to parse in order to look
# for #include directives
glob:
- src/dependants/t1.cc
- src/dependencies/t2.cc
# Render the paths relative to this directory
include:
# Include only files which depend on t1.h
dependants:
- include/dependants/t1.h
# and dependencies of t2.cc
dependencies:
- src/dependencies/t2.cc
plantuml:
before:
- "' t40003 test include diagram"