docs: escape trailing underscores properly

In reStructuredText, a trailing underscore means a hyperlink reference,
but it seems pandoc doesn't get this right for symbols that have already
been escaped. So let's manually fix these up.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
This commit is contained in:
Erik Faye-Lund
2019-06-04 16:45:37 +02:00
committed by Marge Bot
parent 2c0707d13d
commit 841a47fb28
26 changed files with 70 additions and 70 deletions

View File

@@ -99,5 +99,5 @@ Matt Turner (8):
- i965/fs: Make try_constant_propagate() static.
- i965/fs: Constant propagate into 2-src math instructions on Gen8.
- i965/vec4: Constant propagate into 2-src math instructions on Gen8.
- i965/fs: Don't use brw_imm_\* unnecessarily.
- i965/fs: Don't use brw_imm\_\* unnecessarily.
- i965/fs: Set correct number of regs_written for MCS fetches.