Updated test cases documentation
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
# t00047 - Test case for recursive variadic template
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t00047_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00047/t00047.cc
|
||||
- t00047.cc
|
||||
using_namespace: clanguml::t00047
|
||||
include:
|
||||
namespaces:
|
||||
@@ -67,9 +65,9 @@ using conditional = typename conditional_t<Ts...>::type;
|
||||
"namespace": "clanguml::t00047",
|
||||
"source_location": {
|
||||
"column": 33,
|
||||
"file": "../../tests/t00047/t00047.cc",
|
||||
"file": "t00047.cc",
|
||||
"line": 8,
|
||||
"translation_unit": "../../tests/t00047/t00047.cc"
|
||||
"translation_unit": "t00047.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -96,9 +94,9 @@ using conditional = typename conditional_t<Ts...>::type;
|
||||
"namespace": "clanguml::t00047",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00047/t00047.cc",
|
||||
"file": "t00047.cc",
|
||||
"line": 13,
|
||||
"translation_unit": "../../tests/t00047/t00047.cc"
|
||||
"translation_unit": "t00047.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -137,9 +135,9 @@ using conditional = typename conditional_t<Ts...>::type;
|
||||
"namespace": "clanguml::t00047",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00047/t00047.cc",
|
||||
"file": "t00047.cc",
|
||||
"line": 18,
|
||||
"translation_unit": "../../tests/t00047/t00047.cc"
|
||||
"translation_unit": "t00047.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -178,9 +176,9 @@ using conditional = typename conditional_t<Ts...>::type;
|
||||
"namespace": "clanguml::t00047",
|
||||
"source_location": {
|
||||
"column": 34,
|
||||
"file": "../../tests/t00047/t00047.cc",
|
||||
"file": "t00047.cc",
|
||||
"line": 6,
|
||||
"translation_unit": "../../tests/t00047/t00047.cc"
|
||||
"translation_unit": "t00047.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -193,11 +191,6 @@ using conditional = typename conditional_t<Ts...>::type;
|
||||
"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": "t00047_class",
|
||||
"relationships": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user