Commit fc7ab7c
authored
fix(jsii-pacmak): emit correct
We are currently emitting `@returns`, but:
```
error: unknown tag: returns
* @returns a newly built instance of {@link software.amazon.awscdk.services.codedeploy.EcsDeploymentConfig}.
```
It should be `@return`.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0@return tag for JavaDocs (#4095)1 parent bb07f0b commit fc7ab7c
File tree
2 files changed
+12
-12
lines changed- packages/jsii-pacmak
- lib/targets
- test/generated-code/__snapshots__
2 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2226 | 2226 | | |
2227 | 2227 | | |
2228 | 2228 | | |
2229 | | - | |
| 2229 | + | |
2230 | 2230 | | |
2231 | 2231 | | |
2232 | 2232 | | |
| |||
Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments