summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/intopt.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/intopt.md')
-rw-r--r--docs/markdown/snippets/intopt.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/intopt.md b/docs/markdown/snippets/intopt.md
deleted file mode 100644
index daf660b0d..000000000
--- a/docs/markdown/snippets/intopt.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Integer options
-
-There is a new integer option type with optional minimum and maximum
-values. It can be specified like this in the `meson_options.txt` file:
-
- option('integer_option', type : 'integer', min : 0, max : 5, value : 3)