docs: use code-tag instead of pre-tag
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 16 Jan 2020 16:32:19 +0000 (17:32 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 17 Jan 2020 12:18:42 +0000 (13:18 +0100)
It's unlikely the author meant to use <pre>-here, as that starts a whole
new block. Instead, the inline code-tag seems more appropriate here.

Fixes: 41b3eb08d9f "docs: update meson docs for windows"
Acked-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>

docs/meson.html

index e5efbf2a6528010098035a6cf88ac81111e94d57..6268d52279ba1eee2f771bd1027ed07eaf3ae2b9 100644 (file)
@@ -287,7 +287,7 @@ was added in meson 0.49.0, but LLVM cannot be found until 0.51) Due to the
 way LLVM implements its cmake finder it will only find static libraries, it
 will never find libllvm.so.
 
-There is also a <pre>-Dcmake_module_path</pre> option in this meson version,
+There is also a <code>-Dcmake_module_path</code> option in this meson version,
 which points to the root of an alternative installation (the prefix). For
 example:
 <pre>