diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-22 17:40:51 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-27 18:29:48 -0400 |
| commit | 4e439707529eafeebf1cfe628e52772ddbf5ea84 (patch) | |
| tree | 53ba80a8f0b100bd6492bef1e50ec32abb4872da /docs/markdown/Build-options.md | |
| parent | 32ebb81f1a8583f46fd8f71cecbaecd3ad66b2cd (diff) | |
| download | meson-4e439707529eafeebf1cfe628e52772ddbf5ea84.tar.gz | |
docs: linkify some function references
Diffstat (limited to 'docs/markdown/Build-options.md')
| -rw-r--r-- | docs/markdown/Build-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md index b8f14078c..f5d2d8fb5 100644 --- a/docs/markdown/Build-options.md +++ b/docs/markdown/Build-options.md @@ -85,7 +85,7 @@ argument of most functions. Currently supported in - `auto` is the same as passing `required : false`. - `disabled` do not look for the dependency and always return 'not-found'. -When getting the value of this type of option using `get_option()`, a +When getting the value of this type of option using [[get_option]], a special [[@feature]] object is returned instead of the string representation of the option's value. This object can be passed to `required`: |
