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

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

|
||||
## Generated JSON models
|
||||
```json
|
||||
{
|
||||
@@ -111,7 +113,7 @@ struct R {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "const clanguml::t00034::Void &"
|
||||
"type": "const Void &"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
@@ -141,7 +143,7 @@ struct R {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "const clanguml::t00034::Void &"
|
||||
"type": "const Void &"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
@@ -322,7 +324,7 @@ struct R {
|
||||
"line": 46,
|
||||
"translation_unit": "../../tests/t00034/t00034.cc"
|
||||
},
|
||||
"type": "lift_void_t<clanguml::t00034::A> *"
|
||||
"type": "lift_void_t<A> *"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -351,8 +353,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": "t00034_class",
|
||||
|
||||
Reference in New Issue
Block a user