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
Many programming language CLI tools have extensive functionality beyond just compiling and running code.
One feature that we want to implement in RustScript's CLI tool rsc is automatic HTLM documentation generation from code comments. This is thought to be written similar to Java doc comments, TypeDoc or TSDoc and have similar command line interface as Rust's cargo doc/rustdoc.
Many programming language CLI tools have extensive functionality beyond just compiling and running code.
One feature that we want to implement in RustScript's CLI tool
rsc
is automatic HTLM documentation generation from code comments. This is thought to be written similar to Java doc comments, TypeDoc or TSDoc and have similar command line interface as Rust's cargo doc/rustdoc.Blocked by
The text was updated successfully, but these errors were encountered: