diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-06 13:13:11 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-08 07:18:15 +0000 |
commit | 6e0e550904228561b4108779382a9543f94797ee (patch) | |
tree | eb6c4fc0744b63018965c649bdcf151e95ea7408 /docs/egl.html | |
parent | 269474b4283888c8ae13d7ed8a17359b898ff246 (diff) |
docs: harmonize headings and titles
We're pretty insonsistent in what the headings and titles are, especially
compared to what the articles are listed as in the sidebar. Let's
harmonize this.
There's a notable exception for meson.html, where the sidebar uses a
short-hand form that makes sense in the sidebar, but not in the article
due to the visible context being different.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/egl.html b/docs/egl.html index 6a45145d31c..c42c37056cc 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Mesa EGL</title> + <title>EGL</title> <link rel="stylesheet" type="text/css" href="mesa.css"> </head> <body> @@ -14,7 +14,7 @@ <iframe src="contents.html"></iframe> <div class="content"> -<h1>Mesa EGL</h1> +<h1>EGL</h1> <p>The current version of EGL in Mesa implements EGL 1.4. More information about EGL can be found at |