Updated test cases documentation
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
# t00015 - Namespace fun
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t00015_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00015/t00015.cc
|
||||
using_namespace:
|
||||
- clanguml::t00015
|
||||
- t00015.cc
|
||||
using_namespace: clanguml::t00015
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t00015
|
||||
@@ -71,9 +68,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"namespace": "clanguml::t00015::ns1",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00015/t00015.cc",
|
||||
"file": "t00015.cc",
|
||||
"line": 6,
|
||||
"translation_unit": "../../tests/t00015/t00015.cc"
|
||||
"translation_unit": "t00015.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -93,9 +90,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"namespace": "clanguml::t00015::ns1::ns2_v0_9_0",
|
||||
"source_location": {
|
||||
"column": 22,
|
||||
"file": "../../tests/t00015/t00015.cc",
|
||||
"file": "t00015.cc",
|
||||
"line": 10,
|
||||
"translation_unit": "../../tests/t00015/t00015.cc"
|
||||
"translation_unit": "t00015.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -122,9 +119,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"namespace": "clanguml::t00015::ns1",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00015/t00015.cc",
|
||||
"file": "t00015.cc",
|
||||
"line": 14,
|
||||
"translation_unit": "../../tests/t00015/t00015.cc"
|
||||
"translation_unit": "t00015.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -151,9 +148,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"namespace": "clanguml::t00015::ns3::ns1::ns2",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00015/t00015.cc",
|
||||
"file": "t00015.cc",
|
||||
"line": 21,
|
||||
"translation_unit": "../../tests/t00015/t00015.cc"
|
||||
"translation_unit": "t00015.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -180,19 +177,14 @@ class B : public ns1::ns2::Anon { };
|
||||
"namespace": "clanguml::t00015::ns3",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00015/t00015.cc",
|
||||
"file": "t00015.cc",
|
||||
"line": 24,
|
||||
"translation_unit": "../../tests/t00015/t00015.cc"
|
||||
"translation_unit": "t00015.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"clang_uml_version": "0.4.1-11-g39d3e1f",
|
||||
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
|
||||
"schema_version": 1
|
||||
},
|
||||
"name": "t00015_class",
|
||||
"relationships": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user