aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-04-18 16:14:40 +0200
committerErik Faye-Lund <[email protected]>2019-05-02 11:09:16 +0000
commitd69c790c228a809021e2091440e69e19280d108a (patch)
treea72d362e900166f67e697e9fcbfc12fa765b416a /docs
parent8ef86c92406cc1ab593b0b80a6a641927d0c39d8 (diff)
docs: drop paragraph around preformatted text
Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.html2
1 files changed, 0 insertions, 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:
</p>
-<p>
<pre>
meson builddir/ -Dc_args=-fmax-errors=10 -Dcpp_args=-DMAGIC=123
</pre>
-</p>
</dd>