From c59c793ae5af6dc442020c973c81fbbd4254b4c6 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 3 Jun 2019 19:23:07 +0200 Subject: [PATCH] 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 --- docs/codingstyle.html | 2 +- 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 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.

    -- 2.30.2