From d60dc5d16f2f8947555e08c0745efcdc5dbb1e64 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 28 May 2019 13:20:29 +0200 Subject: [PATCH] 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 --- docs/codingstyle.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */
    -- 
    2.30.2