diff options
author | Erik Faye-Lund <[email protected]> | 2020-01-16 17:39:39 +0100 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2020-01-17 13:19:03 +0100 |
commit | b387f68f49abc995605098178a3c643f3a9cfe41 (patch) | |
tree | 1172396faa71dda87561acf14dbd16e756bf06e3 /docs | |
parent | a370cfd96ed11463a9e76c1d9bc42eb5f3858fde (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 <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 |