Files
clang-uml/tests/t40003/.clang-uml
2022-12-25 21:30:01 +01:00

22 lines
644 B
Plaintext

compilation_database_dir: ..
output_directory: puml
diagrams:
t40003_include:
type: include
# Provide the files to parse in order to look
# for #include directives
glob:
- ../../tests/t40003/src/dependants/t1.cc
- ../../tests/t40003/src/dependencies/t2.cc
# Render the paths relative to this directory
relative_to: ../../../tests/t40003
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"