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

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

|
||||
## Generated JSON models
|
||||
```json
|
||||
{
|
||||
@@ -123,7 +125,7 @@ struct NM : public N { };
|
||||
"line": 14,
|
||||
"translation_unit": "../../tests/t00041/t00041.cc"
|
||||
},
|
||||
"type": "clanguml::t00041::RR *"
|
||||
"type": "RR *"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
@@ -209,7 +211,7 @@ struct NM : public N { };
|
||||
"line": 28,
|
||||
"translation_unit": "../../tests/t00041/t00041.cc"
|
||||
},
|
||||
"type": "clanguml::t00041::E *"
|
||||
"type": "E *"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -221,7 +223,7 @@ struct NM : public N { };
|
||||
"line": 29,
|
||||
"translation_unit": "../../tests/t00041/t00041.cc"
|
||||
},
|
||||
"type": "clanguml::t00041::F *"
|
||||
"type": "F *"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -256,7 +258,7 @@ struct NM : public N { };
|
||||
"parameters": [
|
||||
{
|
||||
"name": "h",
|
||||
"type": "clanguml::t00041::H *"
|
||||
"type": "H *"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
@@ -390,8 +392,8 @@ struct NM : public N { };
|
||||
}
|
||||
],
|
||||
"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": "t00041_class",
|
||||
|
||||
Reference in New Issue
Block a user