aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-07-06 11:09:01 +0530
committerGitHub <noreply@github.com>2018-07-06 11:09:01 +0530
commitb1901f315d956a5e3ef9f8b825f2226f274facdc (patch)
tree1dc202a54bfbc99c05cabc4b17c26f3aad3efa3f /docs
parent77d66fec4bda4a30933b5811e3ab33eab33586d7 (diff)
downloadmeson-b1901f315d956a5e3ef9f8b825f2226f274facdc.zip
meson-b1901f315d956a5e3ef9f8b825f2226f274facdc.tar.gz
meson-b1901f315d956a5e3ef9f8b825f2226f274facdc.tar.bz2
Builtin-options.md: broken markdown [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Builtin-options.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index 39db4fa..8137cff 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -12,11 +12,7 @@ universal options, base options, compiler options.
A list of these options can be found by running `meson --help`. All
these can be set by passing to `meson` (aka `meson setup`) in any of
-these ways:
-
-| --option=value |
-| --option value |
-| -Doption=value |
+these ways: `--option=value`, `--option value`, `-Doption=value`.
They can also be edited after setup using `meson configure`.