stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
57 stars 60 forks source link

Add rust doc comments to all types and functions in all examples #280

Open leighmcculloch opened 12 months ago

leighmcculloch commented 12 months ago

The rust doc comments end up in generated TypeScript bindings, and make frontend development better. They also end up in the soroban-cli output when viewing help documentation for a contract.

We should set a great example for folks to follow.