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

@@ -55,8 +55,10 @@ struct R {
} // namespace clanguml
```
## Generated UML diagrams
## Generated PlantUML diagrams
![t00030_class](./t00030_class.svg "PlantUML relationship decorators test case")
## Generated Mermaid diagrams
![t00030_class](./t00030_class_mermaid.svg "PlantUML relationship decorators test case")
## Generated JSON models
```json
{
@@ -196,7 +198,7 @@ struct R {
"line": 19,
"translation_unit": "../../tests/t00030/t00030.cc"
},
"type": "clanguml::t00030::A"
"type": "A"
},
{
"access": "public",
@@ -244,7 +246,7 @@ struct R {
"line": 28,
"translation_unit": "../../tests/t00030/t00030.cc"
},
"type": "clanguml::t00030::D"
"type": "D"
},
{
"access": "public",
@@ -260,7 +262,7 @@ struct R {
"line": 31,
"translation_unit": "../../tests/t00030/t00030.cc"
},
"type": "clanguml::t00030::E *"
"type": "E *"
}
],
"methods": [],
@@ -277,8 +279,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": "t00030_class",