You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would have to be from comments in the UDL file. There are docstring’s officially in uniffi 0.25.0, which I think parse the comments from the UDL file which can then be used in the generator. I believe it was implemented by NordSecurity (they created the Go / C# bindgen’s) originally in a fork of uniffi-rs for 0.23.0
We can use dartdoc for Flutter plugin. It's usable out of the box but we'll need to tinker around with it's configuration to exclude most of generated rust bridge elements(wire2api, api2wire sections etc.) as they are gibberish to API users.
The SDK has API and data model documentation in the form of rustdocs.
We need a way to provide similar docs for the other languages we support.
The text was updated successfully, but these errors were encountered: