Skip to content
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

Generic impls missing from forc-doc #6848

Closed
sdankel opened this issue Jan 21, 2025 · 0 comments · Fixed by #6850
Closed

Generic impls missing from forc-doc #6848

sdankel opened this issue Jan 21, 2025 · 0 comments · Fixed by #6850
Assignees
Labels
bug Something isn't working forc-doc Everything related to the `forc doc` command plugin.

Comments

@sdankel
Copy link
Member

sdankel commented Jan 21, 2025

@bitzoic wrote:

There seems to be a lot of inline documentation missing from the std-lib docs. For example, in StorageBytes only the Abi encode and decode implementations are shown:
https://fuellabs.github.io/sway/master/std/storage/storage_bytes/struct.StorageBytes.html

impl StorableSlice<Bytes> for StorageKey<StorageBytes> {

Or Vec, which doesn't show any implementations:
https://fuellabs.github.io/sway/master/std/vec/struct.Vec.html#
impl<T> Vec<T> {
(edited)

@sdankel sdankel self-assigned this Jan 21, 2025
@sdankel sdankel added forc-doc Everything related to the `forc doc` command plugin. bug Something isn't working labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forc-doc Everything related to the `forc doc` command plugin.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant