docs: use paragraph instead of double newlines
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 28 May 2019 11:20:29 +0000 (13:20 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 5 Jun 2019 21:48:44 +0000 (23:48 +0200)
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 <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/codingstyle.html

index 3284ca6970e98149e076d47e7cea8f9bc636525f..66ffc0c33bf2e1426dafb4af29dfe5aa6a53c32c 100644 (file)
@@ -56,11 +56,11 @@ and not <tt>a=b+c;</tt>
    indent -br -i3 -npcs --no-tabs infile.c -o outfile.c
 </pre>
 
-<li>Use comments wherever you think it would be helpful for other developers.
+<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.
-<br>
-<br>
+</p>
 Single-line comments:
 <pre>
    /* null-out pointer to prevent dangling reference below */