Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-10-21 17:27:11 +02:00
parent 03ac2121bc
commit 097beb830f
315 changed files with 6583 additions and 5203 deletions

View File

@@ -140,6 +140,45 @@ struct R {
],
"type": "class"
},
{
"bases": [],
"comment": {
"formatted": "@uml{skip:t00029_class}",
"raw": "/// @uml{skip:t00029_class}"
},
"display_name": "clanguml::t00029::D",
"id": "1496914969429483234",
"is_abstract": false,
"is_nested": false,
"is_struct": false,
"is_template": false,
"is_union": false,
"members": [
{
"access": "private",
"is_static": false,
"name": "param",
"source_location": {
"column": 7,
"file": "../../tests/t00029/t00029.cc",
"line": 18,
"translation_unit": "../../tests/t00029/t00029.cc"
},
"type": "T"
}
],
"methods": [],
"name": "D",
"namespace": "clanguml::t00029",
"source_location": {
"column": 29,
"file": "../../tests/t00029/t00029.cc",
"line": 17,
"translation_unit": "../../tests/t00029/t00029.cc"
},
"template_parameters": [],
"type": "class"
},
{
"constants": [
"one",
@@ -312,7 +351,7 @@ struct R {
}
],
"metadata": {
"clang_uml_version": "0.4.0-2-g4ab0d29",
"clang_uml_version": "0.4.0-28-g03ac212",
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
"schema_version": 1
},