From: Erik Faye-Lund Date: Tue, 28 May 2019 11:20:29 +0000 (+0200) Subject: docs: use paragraph instead of double newlines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d60dc5d16f2f8947555e08c0745efcdc5dbb1e64;p=mesa.git docs: use paragraph instead of double newlines This is a bit more semantically clean in HTML, and makes us keep content and presentation a bit more separated. 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 3284ca6970e..66ffc0c33bf 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -56,11 +56,11 @@ and not a=b+c; indent -br -i3 -npcs --no-tabs infile.c -o outfile.c -
  • Use comments wherever you think it would be helpful for other developers. +
  • +

    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. -
    -
    +

    Single-line comments:
        /* null-out pointer to prevent dangling reference below */