docs: update doxygen-links

One of these URLs are dead these days, and the other one forwards to the
current one, doxygen.nl. Let's get these links up to date.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund
2019-06-03 19:23:07 +02:00
parent 7c4a4fb09a
commit c59c793ae5
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ and not <code>a=b+c;</code>
<li>
<p>Use comments wherever you think it would be helpful for other developers.
Several specific cases and style examples follow. Note that we roughly
follow <a href="https://www.stack.nl/~dimitri/doxygen/">Doxygen</a> conventions.
follow <a href="http://www.doxygen.nl">Doxygen</a> conventions.
</p>
Single-line comments:
<pre>

View File

@@ -17,7 +17,7 @@
<h1>Source Documentation</h1>
<p>
<a href="http://www.doxygen.org">Doxygen</a>
<a href="http://www.doxygen.nl">Doxygen</a>
is used to automatically
produce cross-referenced documentation from the Mesa source code.
</p>