app: sr_latch: fix doc-comment to have file scope
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/// this example creates a "set/reset" latch from a non-linear ferromagnetic device.
|
//! this example creates a "set/reset" latch from a non-linear ferromagnetic device.
|
||||||
/// this is quite a bit like a "core memory" device.
|
//! this is quite a bit like a "core memory" device.
|
||||||
/// the SR latch in this example is wired to a downstream latch, mostly to show that it's
|
//! the SR latch in this example is wired to a downstream latch, mostly to show that it's
|
||||||
/// possible to transfer the state (with some limitation) from one latch to another.
|
//! possible to transfer the state (with some limitation) from one latch to another.
|
||||||
|
|
||||||
use coremem::{Driver, mat, meas};
|
use coremem::{Driver, mat, meas};
|
||||||
use coremem::geom::{Coord as _, Meters, Torus};
|
use coremem::geom::{Coord as _, Meters, Torus};
|
||||||
|
Reference in New Issue
Block a user