From d69c790c228a809021e2091440e69e19280d108a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 16:14:40 +0200 Subject: [PATCH] docs: drop paragraph around preformatted text Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/meson.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/meson.html b/docs/meson.html index d5d44b44900..f08598cb7af 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -196,11 +196,9 @@ 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:

-

 meson builddir/ -Dc_args=-fmax-errors=10 -Dcpp_args=-DMAGIC=123
 
-