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

@@ -33,8 +33,10 @@ struct R {
}
}
```
## Generated UML diagrams
## Generated PlantUML diagrams
![t00065_class](./t00065_class.svg "Class diagram with packages from directory structure")
## Generated Mermaid diagrams
![t00065_class](./t00065_class_mermaid.svg "Class diagram with packages from directory structure")
## Generated JSON models
```json
{
@@ -130,7 +132,7 @@ struct R {
"line": 13,
"translation_unit": "../../clang-uml/tests/t00065/t00065.cc"
},
"type": "clanguml::t00065::ABC"
"type": "ABC"
},
{
"access": "public",
@@ -142,7 +144,7 @@ struct R {
"line": 14,
"translation_unit": "../../clang-uml/tests/t00065/t00065.cc"
},
"type": "clanguml::t00065::XYZ"
"type": "XYZ"
},
{
"access": "public",
@@ -486,7 +488,7 @@ struct R {
"line": 7,
"translation_unit": "../../clang-uml/tests/t00065/t00065.cc"
},
"type": "clanguml::t00065::A *"
"type": "A *"
},
{
"access": "public",
@@ -498,7 +500,7 @@ struct R {
"line": 8,
"translation_unit": "../../clang-uml/tests/t00065/t00065.cc"
},
"type": "C<clanguml::t00065::B>"
"type": "C<B>"
},
{
"access": "public",
@@ -510,7 +512,7 @@ struct R {
"line": 9,
"translation_unit": "../../clang-uml/tests/t00065/t00065.cc"
},
"type": "D<clanguml::t00065::B>"
"type": "D<B>"
}
],
"methods": [],
@@ -527,8 +529,8 @@ struct R {
}
],
"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": "t00065_class",