diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2012-08-14 21:21:05 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2012-08-14 21:21:05 +0100 |
commit | d2d8ceb2e7d586a1addb1739b2e0a612c3041a14 (patch) | |
tree | e0ef3be0571fc6aeea45a38e62726091c503af04 /tools/inspect | |
parent | c9f16d291d1053e15f968dd23403f0c12573d9b8 (diff) |
docs: Use correct Valadoc syntax for monospaced content
The syntax is ‘``monospaced text``’ rather than ‘`monospaced text`’, which
we were consistently getting wrong. Valadoc now produces the correct markup
for monospaced text, but it doesn’t appear differently from other text at
the moment due to Valadoc not having any CSS for it. That will change soon.
Similarly, Valadoc currently produces the wrong markup for monospaced text
with the gtkdoc doclet, but that will soon be fixed.
See: https://bugzilla.gnome.org/show_bug.cgi?id=681721
Diffstat (limited to 'tools/inspect')
-rw-r--r-- | tools/inspect/inspect.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inspect/inspect.vala b/tools/inspect/inspect.vala index da9f86c6..555c3368 100644 --- a/tools/inspect/inspect.vala +++ b/tools/inspect/inspect.vala @@ -455,8 +455,8 @@ public class Folks.Inspect.Client : Object /* Reset the readline state ready to display a new prompt. If the * pager exited as the result of a signal, it probably didn't - * tidy up after itself (e.g. `less` leaves a colon prompt behind - * on the current line), so move to a new line. Doing this + * tidy up after itself (e.g. ``less`` leaves a colon prompt + * behind on the current line), so move to a new line. Doing this * normally just looks a bit weird. */ if (Process.if_signaled (status)) { |