Updated test cases documentation
This commit is contained in:
28
docs/test_cases/t40003.md
Normal file
28
docs/test_cases/t40003.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# t40003 - Dependants and dependencies include diagram filter test
|
||||
## Config
|
||||
```yaml
|
||||
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/include/**/*.h
|
||||
- ../../tests/t40003/src/**/*.cc
|
||||
# Render the paths relative to this directory
|
||||
relative_to: ../../tests/t40003
|
||||
include:
|
||||
# Include only files belonging to these paths
|
||||
dependants:
|
||||
- ../../tests/t40003/include/dependants/t1.h
|
||||
dependencies:
|
||||
- ../../tests/t40003/src/dependencies/t2.cc
|
||||
plantuml:
|
||||
before:
|
||||
- "' t40003 test include diagram"
|
||||
```
|
||||
## Source code
|
||||
## Generated UML diagrams
|
||||

|
||||
Reference in New Issue
Block a user