Open JacquelineCasey opened 3 months ago
Read this, and apply to project: https://doc.rust-lang.org/rustdoc/
Note that cargo doc --document-private-items can generate full documentation including private items, which is good for my use case. Also, documentation of items appears in vscode tooltips, so that is also nice.
cargo doc --document-private-items
Refreshing the documentation for the README would be good as well.
Documenting parsley likewise would also be nice.
Read this, and apply to project: https://doc.rust-lang.org/rustdoc/
Note that
cargo doc --document-private-items
can generate full documentation including private items, which is good for my use case. Also, documentation of items appears in vscode tooltips, so that is also nice.