good first issueðš sdkð documentation
Repository metrics
- Stars
- Â (5,385 stars)
- PR merge metrics
-  (30d ã« merged PR ã¯ãããŸãã)
説æ
We should expose the @returns docstring of methods on our documentation.
For example - @returns for array.contains(...) (see the code here) should be exposed in the corresponding docs.
Implementation Notes
Probably a good place to start looking how to tweak our jsii-docgen extension to show the @returns annotation is this file:
https://github.com/winglang/wing/blob/main/apps/jsii-docgen/src/docgen/transpile/wing.ts
See the contribution docs for how to test doc changes locally.