aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-11-24 11:19:13 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2018-11-24 11:19:13 +0100
commitceb5e9f0420785799cbbc6167d224e89dcefb5ce (patch)
treecdc284c8bbb13cecf10d1afe61c3be7d22db27b9 /docs/markdown/snippets
parent1759fc8f459dc8d91675566c39b5dfee6fefe8dd (diff)
downloadmeson-ceb5e9f0420785799cbbc6167d224e89dcefb5ce.zip
meson-ceb5e9f0420785799cbbc6167d224e89dcefb5ce.tar.gz
meson-ceb5e9f0420785799cbbc6167d224e89dcefb5ce.tar.bz2
Updated docs [skip ci]
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/buildopts_section.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/markdown/snippets/buildopts_section.md b/docs/markdown/snippets/buildopts_section.md
new file mode 100644
index 0000000..74cf8a1
--- /dev/null
+++ b/docs/markdown/snippets/buildopts_section.md
@@ -0,0 +1,14 @@
+## New `section` key for the buildoptions introspection
+
+Meson now has a new `section` key in each build option. This allows
+IDEs to group these options similar to `meson configure`.
+
+The possible values for `section` are:
+
+ - core
+ - backend
+ - base
+ - compiler
+ - directory
+ - user
+ - test