diff options
author | TingPing <tingping@tingping.se> | 2018-12-31 21:34:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 21:34:26 -0500 |
commit | 4aeba8214f06cb55994497f2469cce5f845f467c (patch) | |
tree | 59476b86aa9ba86a4f1975f51cf3e102f47b5b32 /docs | |
parent | 8a6c0aa13d6950332b955531ae0400303741d4b1 (diff) | |
download | meson-4aeba8214f06cb55994497f2469cce5f845f467c.zip meson-4aeba8214f06cb55994497f2469cce5f845f467c.tar.gz meson-4aeba8214f06cb55994497f2469cce5f845f467c.tar.bz2 |
docs: Change warnlevel option to warning_level
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Builtin-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 3ab2380..e38c3cb 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -38,7 +38,7 @@ Installation options are all relative to the prefix, except: | localstatedir | var | Localstate data directory | | sharedstatedir | com | Architecture-independent data directory | | werror | false | Treat warnings as errors | -| warnlevel {1, 2, 3} | 1 | Set the warning level. From 1 = lowest to 3 = highest | +| warning_level {1, 2, 3} | 1 | Set the warning level. From 1 = lowest to 3 = highest | | layout {mirror,flat} | mirror | Build directory layout. | | default-library {shared, static, both} | shared | Default library type. | | backend {ninja, vs,<br>vs2010, vs2015, vs2017, xcode} | | Backend to use (default: ninja). | |