summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-01-16 17:32:19 +0100
committerDylan Baker <dylan@pnwbakers.com>2020-01-28 08:54:25 -0800
commita4fb0094768b338dc13379bd8402ea9025845422 (patch)
treed64840870d8030d354f6d79405ab06db49a7d812 /docs
parent4f0a410ae92c4f07362a49ffb627ac5e8c512250 (diff)
downloadmesa-a4fb0094768b338dc13379bd8402ea9025845422.tar.gz
docs: use code-tag instead of pre-tag
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> (cherry picked from commit 36e02752755bd26992cf87409558f6c016372acd)
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.html b/docs/meson.html
index e5efbf2a652..6268d52279b 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -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>