docs: match build-flags markup with meson docs
authorErik Faye-Lund <kusmabite@gmail.com>
Wed, 2 Mar 2022 12:04:40 +0000 (13:04 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 2 Mar 2022 14:36:42 +0000 (14:36 +0000)
In meson.rst, we document build-flags with double backticks, which puts
it inside a code-tag in the rendered HTML instead of a cite-tag like we
currently do.

Acked-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15213>

docs/macos.rst

index 1ca3f02..941d501 100644 (file)
@@ -16,7 +16,7 @@ hardware-accelerated system OpenGL framework, to provide hardware acceleration
 to X11 applications on macOS running via XQuartz.
 
 Mesa's software rasterizers also work on macOS. To build, set the build options
-`-Dosmesa=true -Dglx=xlib` and select an appropriate Gallium software
+``-Dosmesa=true -Dglx=xlib`` and select an appropriate Gallium software
 rasterizer.
 
 For native hardware, stay tuned for updates here!