Browse Source

Update usage of ``docstring-to-rustdoc.rs``

pull/75/head
TechiePi 2 years ago
parent
commit
3d4df5b03c
  1. 4
      ctru-sys/src/bin/docstring-to-rustdoc.rs

4
ctru-sys/src/bin/docstring-to-rustdoc.rs

@ -2,8 +2,8 @@
//! //!
//! # Usage //! # Usage
//! //!
//! `cargo run --bin docstring-to-rustdoc -- [location of the bindings.rs]` //! `cargo run --bin docstring-to-rustdoc --features="build-binary" -- [location of the bindings.rs]`
//! Example: `cargo run --bin docstring-to-rustdoc -- src/bindings.rs` //! Example: `cargo run --bin docstring-to-rustdoc --features="build-binary" -- src/bindings.rs`
//! //!
//! # Transformations //! # Transformations
//! //!

Loading…
Cancel
Save