We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a05e3 commit cfc7017Copy full SHA for cfc7017
src/lib.rs
@@ -834,8 +834,8 @@ pub trait Capture {
834
/// # type Channel = Channel;
835
/// # type Time = KiloHertz;
836
/// # type Duty = u16;
837
-/// #. fn disable(&mut self) { unimplemented!() }
838
-/// #. fn enable(&mut self) { unimplemented!() }
+/// # fn disable(&mut self) { unimplemented!() }
+/// # fn enable(&mut self) { unimplemented!() }
839
/// # fn channel_disable(&mut self, _: Channel) { unimplemented!() }
840
/// # fn channel_enable(&mut self, _: Channel) { unimplemented!() }
841
/// # fn get_duty(&self, _: Channel) -> u16 { unimplemented!() }
0 commit comments