diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-04 13:03:57 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:46 +0200 |
commit | 3b0d48e2191d414b003532bb8edd78d818b004d7 (patch) | |
tree | 0595b3a9fdbcd986543ea78e7a62c98f36127c2a /docs | |
parent | 942c4daac9ab1538c6a15e582c3acb22c4e98c55 (diff) |
docs: combine headings
This is more in line with how we mark-up other definition lists, and
avoids portability issues with other markup-formats.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/egl.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/egl.html b/docs/egl.html index 58759b4ea4a..ceeb3d94fcc 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -92,8 +92,7 @@ select the right platforms automatically.</p> </dd> -<dt><code>-D gles1=true</code></dt> -<dt><code>-D gles2=true</code></dt> +<dt><code>-D gles1=true</code> and <code>-D gles2=true</code></dt> <dd> <p>These options enable OpenGL ES support in OpenGL. The result is one big |