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 <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
diff --git a/docs/codingstyle.html b/docs/codingstyle.html
index 3284ca6..66ffc0c 100644
--- a/docs/codingstyle.html
+++ b/docs/codingstyle.html
@@ -56,11 +56,11 @@
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 */