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

@@ -37,7 +37,7 @@ Bug fixes
- `Bug 108911 <https://bugs.freedesktop.org/show_bug.cgi?id=108911>`__
- Vkd3d test failure test_clear_render_target_view()
- `Bug 109081 <https://bugs.freedesktop.org/show_bug.cgi?id=109081>`__
- [bisected] [HSW] Regression in clipping.user_defined.clip_\*
- [bisected] [HSW] Regression in clipping.user_defined.clip\_\*
vulkancts tests
Changes