aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Build-options.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-08-22 17:56:56 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-10-03 12:19:45 +0200
commit2327cb5eb3ebbbca78701cf4a27ead376d245ffe (patch)
tree7c843f091e06d168ffa073f0db41d70daef68c9d /docs/markdown/Build-options.md
parent5dd8171fb3d226eaef52faa821286cf79d0f8a2a (diff)
downloadmeson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.zip
meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.gz
meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.bz2
docs: Fix broken links
Diffstat (limited to 'docs/markdown/Build-options.md')
-rw-r--r--docs/markdown/Build-options.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md
index 4a0b178..86f1001 100644
--- a/docs/markdown/Build-options.md
+++ b/docs/markdown/Build-options.md
@@ -76,18 +76,17 @@ 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()`](Reference-manual.md#dependency),
-[`find_library()`](Reference-manual.md#compiler-object),
-[`find_program()`](Reference-manual.md#find_program) and
-[`add_languages()`](Reference-manual.md#add_languages) functions.
+[[dependency]],
+[[compiler.find_library]],
+[[find_program]] and
+[[add_languages]] functions.
- `enabled` is the same as passing `required : true`.
- `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
-special [feature option
-object](Reference-manual.md#feature-option-object) is returned instead
+special [[@feature]] object is returned instead
of the string representation of the option's value. This object can be
passed to `required`: