Updated test cases documentation
This commit is contained in:
@@ -82,8 +82,10 @@ public:
|
||||
}
|
||||
}
|
||||
```
|
||||
## Generated UML diagrams
|
||||
## Generated PlantUML diagrams
|
||||

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

|
||||
## Generated JSON models
|
||||
```json
|
||||
{
|
||||
@@ -553,7 +555,7 @@ public:
|
||||
"line": 46,
|
||||
"translation_unit": "../../tests/t00064/t00064.cc"
|
||||
},
|
||||
"type": "value_type const*"
|
||||
"type": "const value_type *"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -574,7 +576,7 @@ public:
|
||||
"parameters": [
|
||||
{
|
||||
"name": "v",
|
||||
"type": "value_type const&"
|
||||
"type": "const value_type &"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
@@ -900,7 +902,7 @@ public:
|
||||
"line": 57,
|
||||
"translation_unit": "../../tests/t00064/t00064.cc"
|
||||
},
|
||||
"type": "type_list<clanguml::t00064::A,bool,int>"
|
||||
"type": "type_list<A,bool,int>"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -912,7 +914,7 @@ public:
|
||||
"line": 58,
|
||||
"translation_unit": "../../tests/t00064/t00064.cc"
|
||||
},
|
||||
"type": "type_group_pair<type_list<float,double>,type_list<clanguml::t00064::A,clanguml::t00064::B,clanguml::t00064::C>>"
|
||||
"type": "type_group_pair<type_list<float,double>,type_list<A,B,C>>"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
@@ -1034,8 +1036,8 @@ public:
|
||||
}
|
||||
],
|
||||
"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": "t00064_class",
|
||||
|
||||
Reference in New Issue
Block a user