We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy::doc_markdown
1 parent 6fe7a69 commit 7adabacCopy full SHA for 7adabac
core-graphics/src/event.rs
@@ -47,8 +47,8 @@ bitflags! {
47
///
48
/// These constants are the virtual keycodes defined originally in
49
/// Inside Mac Volume V, pg. V-191. They identify physical keys on a
50
-/// keyboard. The struct contains the values of the ANSIKeyCode,
51
-/// KeyCode, ISOKeyCode and JISKeyCode of the original Carbon headers.
+/// keyboard. The struct contains the values of the `ANSIKeyCode`,
+/// `KeyCode`, `ISOKeyCode` and `JISKeyCode` of the original Carbon headers.
52
53
/// Those constants with "ANSI" in the name are labeled
54
/// according to the key position on an ANSI-standard US keyboard.
0 commit comments