Skip to content

Commit

Permalink
chore: smaller example
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jul 26, 2023
1 parent efdc133 commit 1c3e3b2
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 154 deletions.
5 changes: 1 addition & 4 deletions packages/jsii-calc/lib/documented.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ export class DocumentedClass {
}

/**
* The relative resource name identifying the VPC network that is using this configuration.
* Some comments have an escaped star backslash in them, ending the comment if left unescaped.
For example: 'projects/*\/global/networks/network-1'.
Currently, this field is specific to gateways of type 'SECURE_WEB_GATEWAY'.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.75.0/docs/resources/network_services_gateway#network NetworkServicesGateway#network}
*/
public moin(): void {
process.stdout.write('servus');
Expand Down
24 changes: 12 additions & 12 deletions packages/jsii-calc/test/assembly.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -5077,13 +5077,13 @@
},
{
"docs": {
"remarks": "For example: 'projects/*\\/global/networks/network-1'.\nCurrently, this field is specific to gateways of type 'SECURE_WEB_GATEWAY'.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.75.0/docs/resources/network_services_gateway#network NetworkServicesGateway#network}",
"remarks": "For example: 'projects/*\\/global/networks/network-1'.",
"stability": "stable",
"summary": "The relative resource name identifying the VPC network that is using this configuration."
"summary": "Some comments have an escaped star backslash in them, ending the comment if left unescaped."
},
"locationInModule": {
"filename": "lib/documented.ts",
"line": 49
"line": 46
},
"name": "moin"
}
Expand Down Expand Up @@ -5155,7 +5155,7 @@
"kind": "interface",
"locationInModule": {
"filename": "lib/documented.ts",
"line": 85
"line": 82
},
"name": "DontUseMe",
"properties": [
Expand All @@ -5169,7 +5169,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/documented.ts",
"line": 91
"line": 88
},
"name": "dontSetMe",
"optional": true,
Expand Down Expand Up @@ -6229,7 +6229,7 @@
"kind": "interface",
"locationInModule": {
"filename": "lib/documented.ts",
"line": 57
"line": 54
},
"name": "Greetee",
"properties": [
Expand All @@ -6243,7 +6243,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/documented.ts",
"line": 63
"line": 60
},
"name": "name",
"optional": true,
Expand Down Expand Up @@ -11152,7 +11152,7 @@
"kind": "class",
"locationInModule": {
"filename": "lib/documented.ts",
"line": 72
"line": 69
},
"methods": [
{
Expand All @@ -11162,7 +11162,7 @@
},
"locationInModule": {
"filename": "lib/documented.ts",
"line": 76
"line": 73
},
"name": "doAThing"
}
Expand Down Expand Up @@ -16074,7 +16074,7 @@
"kind": "class",
"locationInModule": {
"filename": "lib/documented.ts",
"line": 99
"line": 96
},
"name": "WeirdDocs",
"properties": [
Expand All @@ -16086,7 +16086,7 @@
},
"locationInModule": {
"filename": "lib/documented.ts",
"line": 105
"line": 102
},
"name": "dontReadMe",
"optional": true,
Expand Down Expand Up @@ -18996,5 +18996,5 @@
}
},
"version": "3.20.120",
"fingerprint": "x/t8QvSwKsWT5uRlWN9P+Au/6XXaEJfXFLQ4Zi+sroQ="
"fingerprint": "qoT4xo5rhn5qx9EIbP7DMeSFV9/lr8qwScm8SvGRZE4="
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c3e3b2

Please sign in to comment.