Updated test cases documentation
This commit is contained in:
@@ -155,8 +155,10 @@ void widget::draw(const clanguml::t00018::widget &w)
|
||||
"is_static": false,
|
||||
"name": "n",
|
||||
"source_location": {
|
||||
"column": 9,
|
||||
"file": "../../tests/t00018/t00018_impl.h",
|
||||
"line": 10
|
||||
"line": 10,
|
||||
"translation_unit": "../../tests/t00018/t00018.cc"
|
||||
},
|
||||
"type": "int"
|
||||
}
|
||||
@@ -238,8 +240,10 @@ void widget::draw(const clanguml::t00018::widget &w)
|
||||
"name": "widget",
|
||||
"namespace": "clanguml::t00018::impl",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00018/t00018_impl.h",
|
||||
"line": 9
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t00018/t00018.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -259,8 +263,10 @@ void widget::draw(const clanguml::t00018::widget &w)
|
||||
"is_static": false,
|
||||
"name": "pImpl",
|
||||
"source_location": {
|
||||
"column": 35,
|
||||
"file": "../../tests/t00018/t00018.h",
|
||||
"line": 18
|
||||
"line": 18,
|
||||
"translation_unit": "../../tests/t00018/t00018.cc"
|
||||
},
|
||||
"type": "std::unique_ptr<impl::widget>"
|
||||
}
|
||||
@@ -385,7 +391,7 @@ void widget::draw(const clanguml::t00018::widget &w)
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "clanguml::t00018::widget &&"
|
||||
"type": "widget &&"
|
||||
}
|
||||
],
|
||||
"type": "void"
|
||||
@@ -409,7 +415,7 @@ void widget::draw(const clanguml::t00018::widget &w)
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "const clanguml::t00018::widget &"
|
||||
"type": "const widget &"
|
||||
}
|
||||
],
|
||||
"type": "void"
|
||||
@@ -433,10 +439,10 @@ void widget::draw(const clanguml::t00018::widget &w)
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "clanguml::t00018::widget &&"
|
||||
"type": "widget &&"
|
||||
}
|
||||
],
|
||||
"type": "clanguml::t00018::widget &"
|
||||
"type": "widget &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -457,25 +463,27 @@ void widget::draw(const clanguml::t00018::widget &w)
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "const clanguml::t00018::widget &"
|
||||
"type": "const widget &"
|
||||
}
|
||||
],
|
||||
"type": "clanguml::t00018::widget &"
|
||||
"type": "widget &"
|
||||
}
|
||||
],
|
||||
"name": "widget",
|
||||
"namespace": "clanguml::t00018",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00018/t00018.h",
|
||||
"line": 17
|
||||
"line": 17,
|
||||
"translation_unit": "../../tests/t00018/t00018.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"clang_uml_version": "0.3.6-31-g01ef3dc",
|
||||
"llvm_version": "Ubuntu clang version 15.0.6",
|
||||
"clang_uml_version": "0.3.7-4-g43cc5cb",
|
||||
"llvm_version": "Ubuntu clang version 16.0.1 (++20230328073357+42d1b276f779-1~exp1~20230328073502.65)",
|
||||
"schema_version": 1
|
||||
},
|
||||
"name": "t00018_class",
|
||||
|
||||
Reference in New Issue
Block a user