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

Loading…
Cancel
Save