Updated test cases documentation
This commit is contained in:
@@ -84,8 +84,10 @@ class R {
|
||||
} // namespace clanguml
|
||||
|
||||
```
|
||||
## Generated UML diagrams
|
||||
## Generated PlantUML diagrams
|
||||

|
||||
## Generated Mermaid diagrams
|
||||

|
||||
## Generated JSON models
|
||||
```json
|
||||
{
|
||||
@@ -347,7 +349,7 @@ class R {
|
||||
"line": 43,
|
||||
"translation_unit": "../../tests/t00028/t00028.cc"
|
||||
},
|
||||
"type": "clanguml::t00028::A"
|
||||
"type": "A"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -363,7 +365,7 @@ class R {
|
||||
"line": 46,
|
||||
"translation_unit": "../../tests/t00028/t00028.cc"
|
||||
},
|
||||
"type": "clanguml::t00028::B *"
|
||||
"type": "B *"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -375,7 +377,7 @@ class R {
|
||||
"line": 48,
|
||||
"translation_unit": "../../tests/t00028/t00028.cc"
|
||||
},
|
||||
"type": "clanguml::t00028::C &"
|
||||
"type": "C &"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -411,7 +413,7 @@ class R {
|
||||
"line": 54,
|
||||
"translation_unit": "../../tests/t00028/t00028.cc"
|
||||
},
|
||||
"type": "clanguml::t00028::G **"
|
||||
"type": "G **"
|
||||
}
|
||||
],
|
||||
"methods": [
|
||||
@@ -434,7 +436,7 @@ class R {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "c",
|
||||
"type": "clanguml::t00028::C &"
|
||||
"type": "C &"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
@@ -459,8 +461,8 @@ class 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": "t00028_class",
|
||||
|
||||
Reference in New Issue
Block a user