From a1de195d7dcdaa73ac1086c57a67ef811db6e273 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 14 Dec 2022 18:41:26 -0500 Subject: docs: update description of supported functions for feature options We support these for a couple more things now. --- docs/markdown/Build-options.md | 10 +++++++--- 1 file 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`. -- cgit v1.1