diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-04 14:14:13 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-13 10:42:00 +0000 |
commit | d6be994ef8ed6e81dc069a5cc3c8604619cc9d56 (patch) | |
tree | f40bd9130d9fa95e1312dd68eb7311a5d63f6edf /docs/egl.rst | |
parent | bf3f0f7a82e44e8a7c34afa6b56cc620619083ee (diff) |
docs: use code-blocks
Sphinx can syntax-highlight a block if we use the right syntax.
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/egl.rst')
-rw-r--r-- | docs/egl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/egl.rst b/docs/egl.rst index 9b7f2c035a2..8ca6c780ded 100644 --- a/docs/egl.rst +++ b/docs/egl.rst @@ -18,7 +18,7 @@ Build EGL #. Configure your build with the desired client APIs and enable the driver for your hardware. For example: - :: + .. code-block:: console $ meson configure \ -D egl=true \ |