Updated test cases documentation
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
# t00061 - Paths diagram filter test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t00061_class:
|
||||
type: class
|
||||
relative_to: ../../../tests/t00061
|
||||
glob:
|
||||
- t00061.cc
|
||||
include:
|
||||
@@ -14,8 +11,7 @@ diagrams:
|
||||
- clanguml::t00061
|
||||
paths:
|
||||
- include/*_a.h
|
||||
using_namespace:
|
||||
- clanguml::t00061
|
||||
using_namespace: clanguml::t00061
|
||||
```
|
||||
## Source code
|
||||
File t00061.cc
|
||||
@@ -56,19 +52,14 @@ struct C {
|
||||
"namespace": "clanguml::t00061",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../clang-uml/tests/t00061/include/t00061_a.h",
|
||||
"file": "include/t00061_a.h",
|
||||
"line": 3,
|
||||
"translation_unit": "../../clang-uml/tests/t00061/t00061.cc"
|
||||
"translation_unit": "t00061.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"clang_uml_version": "0.4.1-11-g39d3e1f",
|
||||
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
|
||||
"schema_version": 1
|
||||
},
|
||||
"name": "t00061_class",
|
||||
"relationships": [],
|
||||
"using_namespace": "clanguml::t00061"
|
||||
|
||||
Reference in New Issue
Block a user