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

@@ -87,8 +87,10 @@ private:
} // namespace clanguml
```
## Generated UML diagrams
## Generated PlantUML diagrams
![t00013_class](./t00013_class.svg "Template instantiation relationships")
## Generated Mermaid diagrams
![t00013_class](./t00013_class_mermaid.svg "Template instantiation relationships")
## Generated JSON models
```json
{
@@ -313,7 +315,7 @@ private:
"parameters": [
{
"name": "r",
"type": "clanguml::t00013::R *"
"type": "R *"
}
],
"source_location": {
@@ -592,7 +594,7 @@ private:
"parameters": [
{
"name": "a",
"type": "clanguml::t00013::A *"
"type": "A *"
}
],
"source_location": {
@@ -622,7 +624,7 @@ private:
"parameters": [
{
"name": "b",
"type": "clanguml::t00013::B &"
"type": "B &"
}
],
"source_location": {
@@ -652,7 +654,7 @@ private:
"parameters": [
{
"name": "b",
"type": "const clanguml::t00013::B &"
"type": "const B &"
}
],
"source_location": {
@@ -682,7 +684,7 @@ private:
"parameters": [
{
"name": "c",
"type": "clanguml::t00013::C"
"type": "C"
}
],
"source_location": {
@@ -712,7 +714,7 @@ private:
"parameters": [
{
"name": "d",
"type": "clanguml::t00013::D &&"
"type": "D &&"
}
],
"source_location": {
@@ -742,7 +744,7 @@ private:
"parameters": [
{
"name": "d",
"type": "clanguml::t00013::D &&"
"type": "D &&"
}
],
"source_location": {
@@ -905,8 +907,8 @@ private:
}
],
"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": "t00013_class",