From 8ef86c92406cc1ab593b0b80a6a641927d0c39d8 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 16:13:44 +0200 Subject: [PATCH] docs: start paragraph before closing it Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/meson.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/meson.html b/docs/meson.html index f52ec08..d5d44b4 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -192,6 +192,7 @@ in using them. -D${lang}_link_args. Among the benefits of these options is that they are guaranteed to persist across rebuilds and reconfigurations.

+

This example sets -fmax-errors for compiling C sources and -DMAGIC=123 for C++ sources:

-- 2.7.4