docs: drop paragraph around preformatted text
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 14:14:40 +0000 (16:14 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:16 +0000 (11:09 +0000)
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/meson.html

index d5d44b44900fdb8ebc241fc8e06dce9fb5cef93a..f08598cb7af3e29aca675797cbbeb30042a99ce5 100644 (file)
@@ -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:
 </p>
-<p>
 <pre>
 meson builddir/ -Dc_args=-fmax-errors=10 -Dcpp_args=-DMAGIC=123
 </pre>
-</p>
 </dd>