summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-01-16 17:39:39 +0100
committerDylan Baker <dylan@pnwbakers.com>2020-01-28 08:54:25 -0800
commit8c32cd3a48d55aaa1ac44b79abd980ab8a197876 (patch)
tree01825530ebbe32e510f731dc45765a0ce22d8dcf
parentca9997f94eb0660b28e2cd151c523916db46e0a5 (diff)
docs: move paragraph closing tag
The pre-tag right before is a block-level tag, which means it implicitly terminates the paragraph. So there's no paragraph to close after this. Instead, move the paragraph-closing before the pre-tag, to explicitly close the paragraph. 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 b387f68f49abc995605098178a3c643f3a9cfe41)
-rw-r--r--.pick_status.json2
-rw-r--r--docs/meson.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/.pick_status.json b/.pick_status.json
index c8f9b0a584d..37296af3ef5 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -2956,7 +2956,7 @@
"description": "docs: move paragraph closing tag",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "41b3eb08d9feac97ac1be1802093ad4cc4c6ecaf"
},
diff --git a/docs/meson.html b/docs/meson.html
index 6268d52279b..90992dabb18 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -290,10 +290,11 @@ will never find libllvm.so.
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:
+</p>
<pre>
meson builddir -Dcmake_module_path=/home/user/mycmake/prefix
</pre>
-</p></dd>
+</dd>
<dd><p>
As of meson 0.49.0 meson also has the concept of a