chris-armstrong / rescript-aws-sdk-v3-wrapper

ReScript bindings for the AWS SDK V3
MIT License
18 stars 2 forks source link

Fix generated documentation #1

Open chris-armstrong opened 2 years ago

chris-armstrong commented 2 years ago

The current @ocaml.doc annotations do not surface in autocomplete tooling because they are in the .re files, but the ReScript editor integration follows the OCaml editor integration and only looks at documentation on interface files (.rei), which are not currently being generated.

Additionally, the make functions do not have documentation on their parameters, which could be derived from the structure shape types they are constructing.