Skip to content

Commit 87101f3

Browse files
MarijnS95ids1024
authored andcommitted
Mark raw text (that gets interpreted as broken doc link) as inline code
1 parent 8f850f4 commit 87101f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wayland-backend/src/debug.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub fn has_debug_client_env() -> bool {
1515

1616
/// Print the dispatched message to stderr in a following format:
1717
///
18-
/// [timestamp] <- interface@id.msg_name(args)
18+
/// `[timestamp] <- interface@id.msg_name(args)`
1919
#[cfg_attr(coverage, coverage(off))]
2020
pub fn print_dispatched_message<Id: Display, Fd: AsRawFd>(
2121
interface: &str,
@@ -34,7 +34,7 @@ pub fn print_dispatched_message<Id: Display, Fd: AsRawFd>(
3434

3535
/// Print the send message to stderr in a following format:
3636
///
37-
/// [timestamp] -> interface@id.msg_name(args)
37+
/// `[timestamp] -> interface@id.msg_name(args)`
3838
#[cfg_attr(coverage, coverage(off))]
3939
pub fn print_send_message<Id: Display, Fd: AsRawFd>(
4040
interface: &str,

0 commit comments

Comments
 (0)