Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-09-10 12:22:27 +02:00
parent 4a19c8ba23
commit bf29ceb2df
351 changed files with 34009 additions and 5201 deletions

View File

@@ -88,8 +88,10 @@ public:
} // namespace clanguml
```
## Generated UML diagrams
## Generated PlantUML diagrams
![t00006_class](./t00006_class.svg "Class field relationships inferred from templates")
## Generated Mermaid diagrams
![t00006_class](./t00006_class_mermaid.svg "Class field relationships inferred from templates")
## Generated JSON models
```json
{
@@ -586,7 +588,7 @@ public:
"line": 52,
"translation_unit": "../../tests/t00006/t00006.cc"
},
"type": "custom_container<clanguml::t00006::E>"
"type": "custom_container<E>"
},
{
"access": "public",
@@ -646,7 +648,7 @@ public:
"line": 60,
"translation_unit": "../../tests/t00006/t00006.cc"
},
"type": "clanguml::t00006::J[10]"
"type": "J[10]"
},
{
"access": "public",
@@ -658,7 +660,7 @@ public:
"line": 61,
"translation_unit": "../../tests/t00006/t00006.cc"
},
"type": "clanguml::t00006::K *[20]"
"type": "K *[20]"
},
{
"access": "public",
@@ -699,8 +701,8 @@ public:
}
],
"metadata": {
"clang_uml_version": "0.3.8-32-ge830195",
"llvm_version": "Ubuntu clang version 15.0.7",
"clang_uml_version": "0.3.9-11-g4a19c8b",
"llvm_version": "Ubuntu clang version 16.0.1 (++20230328073357+42d1b276f779-1~exp1~20230328073502.65)",
"schema_version": 1
},
"name": "t00006_class",