Module: Mesa Branch: staging/19.3 Commit: 1d7f9760117938523b498d5145f541fb2973a52b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d7f9760117938523b498d5145f541fb2973a52b
Author: Erik Faye-Lund <[email protected]> Date: Thu Jan 16 17:32:19 2020 +0100 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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit 36e02752755bd26992cf87409558f6c016372acd) --- .pick_status.json | 2 +- docs/meson.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 9893ae35859..aa2820bae7e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1084,7 +1084,7 @@ "description": "docs: use code-tag instead of pre-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 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> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
