-
Notifications
You must be signed in to change notification settings - Fork 3
chore(ffi): Add docs to remote impls #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The issue wasn't about remote derived types only though |
Yes but those are the only types I excluded docs on |
Example of a non-remote type with no docs on the FFI but docs on the base: https://github.com/iotaledger/iota-rust-sdk/blob/chore/remote-docs/crates/iota-sdk-ffi/src/graphql.rs#L35-L36 Haven't checked but I'm assuming there is more. |
Pretty sure that's the only instance |
|
not sure how these got merged :c |
* chore(ffi): Add docs to remote impls * update bindings * add graphql client doc * bindings * add more missing comments * bindings again --------- Co-authored-by: Thibault Martinez <[email protected]>
Description
Adds docs back to the remote derived FFI types.
Closes #94