From 2327cb5eb3ebbbca78701cf4a27ead376d245ffe Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 22 Aug 2021 17:56:56 +0200 Subject: docs: Fix broken links --- docs/markdown/Build-options.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/markdown/Build-options.md') 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`: -- cgit v1.1