aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Build-options.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md
index f5d2d8f..e8785f9 100644
--- a/docs/markdown/Build-options.md
+++ b/docs/markdown/Build-options.md
@@ -76,10 +76,14 @@ This type is available since version 0.44.0
A `feature` option has three states: `enabled`, `disabled` or `auto`.
It is intended to be passed as value for the `required` keyword
argument of most functions. Currently supported in
-[[dependency]],
+[[add_languages]],
[[compiler.find_library]],
-[[find_program]] and
-[[add_languages]] functions.
+[[compiler.has_header]],
+[[dependency]],
+[[find_program]],
+[[import]] and
+[[subproject]]
+functions.
- `enabled` is the same as passing `required : true`.
- `auto` is the same as passing `required : false`.