diff options
author | Andreas Boll <[email protected]> | 2012-06-12 09:05:36 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-12 08:03:30 -0600 |
commit | 210a27d8c33634c6b676a8a1d35d5fec98213181 (patch) | |
tree | 572c8613bfcbc31b48f79b3cb6656f5bfc9fc5f9 /docs/sourcedocs.html | |
parent | cc4188895be5525fa15c8b64b8338f901eda82fc (diff) |
docs: prefer lowercase html tags
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/sourcedocs.html')
-rw-r--r-- | docs/sourcedocs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index e8434baaf1f..2b1633c67c2 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -10,7 +10,7 @@ <h1>Source Code Documentation</h1> <p> -<A HREF="http://www.doxygen.org" target="_parent">Doxygen</A> +<a href="http://www.doxygen.org" target="_parent">Doxygen</a> is used to automatically produce cross-referenced documentation from the Mesa source code. </p> @@ -28,11 +28,11 @@ such as <a href="http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/main/bufferobj </p> -<P> +<p> If you're reading this page from your local copy of Mesa, and have run the doxygen scripts, you can read the documentation -<A HREF="../doxygen/main/index.html" target="_parent">here</A> -</P> +<a href="../doxygen/main/index.html" target="_parent">here</a> +</p> </body> </html> |