mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 19:10:21 +01:00
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:41b3eb08d9"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 commitb387f68f49)
This commit is contained in:
parent
ca9997f94e
commit
8c32cd3a48
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue