mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
docs: fix paragraphs
Paragraphs are terminated by pre-tags, so the latter one closes a new, empty one. Let's split the paragraph in two around the pre-tag instead. Fixes:c0dfe8c6df"docs: do not use div for line-breaking" 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 commita0d25c4d87)
This commit is contained in:
parent
949e113282
commit
a1d7ccb0c9
2 changed files with 3 additions and 1 deletions
|
|
@ -3001,7 +3001,7 @@
|
|||
"description": "docs: fix paragraphs",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "c0dfe8c6dfd913011d4637a05d93e36a8425dbea"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -74,7 +74,9 @@ Python Mako module is required. Version 0.8.0 or later should work.
|
|||
On Linux systems, flex and bison versions 2.5.35 and 2.4.1, respectively,
|
||||
(or later) should work.
|
||||
On Windows with MinGW, install flex and bison with:
|
||||
</p>
|
||||
<pre>mingw-get install msys-flex msys-bison</pre>
|
||||
<p>
|
||||
For MSVC on Windows, install
|
||||
<a href="http://winflexbison.sourceforge.net/">Win flex-bison</a>.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue