From: Erik Faye-Lund Date: Mon, 3 Jun 2019 17:23:07 +0000 (+0200) Subject: docs: update doxygen-links X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c59c793ae5af6dc442020c973c81fbbd4254b4c6;p=mesa.git 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 Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- 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 a=b+c;
  • Use comments wherever you think it would be helpful for other developers. Several specific cases and style examples follow. Note that we roughly -follow Doxygen conventions. +follow Doxygen conventions.

    Single-line comments:
    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 @@
     

    Source Documentation

    -Doxygen +Doxygen is used to automatically produce cross-referenced documentation from the Mesa source code.