docs: prefer lowercase html tags
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user