diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-03 19:23:07 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:45 +0200 |
commit | c59c793ae5af6dc442020c973c81fbbd4254b4c6 (patch) | |
tree | e317e6ae8056d87a85b1bba9e7de12213533c30f | |
parent | 7c4a4fb09a1e5610568b25896aabb262801b2ed0 (diff) |
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 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | docs/codingstyle.html | 2 | ||||
-rw-r--r-- | docs/sourcedocs.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/codingstyle.html b/docs/codingstyle.html index aa1e09cba32..1b296630e3d 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -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> diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index ac6fffe18b6..7bf5508f726 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -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> |