Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-09-10 12:22:27 +02:00
parent 4a19c8ba23
commit bf29ceb2df
351 changed files with 34009 additions and 5201 deletions

View File

@@ -78,8 +78,10 @@ struct J {
} // namespace clanguml::t00043
```
## Generated UML diagrams
## Generated PlantUML diagrams
![t00043_class](./t00043_class.svg "Dependants and dependencies class diagram filter test")
## Generated Mermaid diagrams
![t00043_class](./t00043_class_mermaid.svg "Dependants and dependencies class diagram filter test")
## Generated JSON models
```json
{
@@ -140,7 +142,7 @@ struct J {
"parameters": [
{
"name": "a",
"type": "clanguml::t00043::dependants::A *"
"type": "A *"
}
],
"source_location": {
@@ -193,7 +195,7 @@ struct J {
"parameters": [
{
"name": "a",
"type": "clanguml::t00043::dependants::A *"
"type": "A *"
}
],
"source_location": {
@@ -246,7 +248,7 @@ struct J {
"parameters": [
{
"name": "b",
"type": "clanguml::t00043::dependants::B *"
"type": "B *"
}
],
"source_location": {
@@ -299,7 +301,7 @@ struct J {
"parameters": [
{
"name": "c",
"type": "clanguml::t00043::dependants::C *"
"type": "C *"
}
],
"source_location": {
@@ -329,7 +331,7 @@ struct J {
"parameters": [
{
"name": "bb",
"type": "clanguml::t00043::dependants::BB *"
"type": "BB *"
}
],
"source_location": {
@@ -382,7 +384,7 @@ struct J {
"parameters": [
{
"name": "d",
"type": "clanguml::t00043::dependants::D *"
"type": "D *"
}
],
"source_location": {
@@ -486,7 +488,7 @@ struct J {
"parameters": [
{
"name": "g",
"type": "clanguml::t00043::dependencies::G *"
"type": "G *"
}
],
"source_location": {
@@ -516,7 +518,7 @@ struct J {
"parameters": [
{
"name": "gg",
"type": "clanguml::t00043::dependencies::GG *"
"type": "GG *"
}
],
"source_location": {
@@ -569,7 +571,7 @@ struct J {
"parameters": [
{
"name": "h",
"type": "clanguml::t00043::dependencies::H *"
"type": "H *"
}
],
"source_location": {
@@ -622,7 +624,7 @@ struct J {
"parameters": [
{
"name": "i",
"type": "clanguml::t00043::dependencies::I *"
"type": "I *"
}
],
"source_location": {
@@ -651,8 +653,8 @@ struct J {
}
],
"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": "t00043_class",