aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-06-14 20:28:57 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-06-17 15:26:11 +0300
commit8d5361bb1d79c55ef617a33df77ba46bcf136fec (patch)
treef30520e40977eadcad0b12e27121d9a970f949b7 /docs
parent2cb6bb1cf9850c58cc8a63709cfd3676081d6325 (diff)
downloadmeson-8d5361bb1d79c55ef617a33df77ba46bcf136fec.zip
meson-8d5361bb1d79c55ef617a33df77ba46bcf136fec.tar.gz
meson-8d5361bb1d79c55ef617a33df77ba46bcf136fec.tar.bz2
Wrap a line in a way that doesn't break link [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 0966c0e..9829781 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -346,8 +346,8 @@ otherwise. This function supports the following keyword arguments:
dependency to find if it's available for multiple languages.
- `method` defines the way the dependency is detected, the default is
`auto` but can be overridden to be e.g. `qmake` for Qt development,
- and [different dependencies support different values]
- (Dependencies.md#dependencies-with-custom-lookup-functionality)
+ and [different dependencies support different values](
+ Dependencies.md#dependencies-with-custom-lookup-functionality)
for this (though `auto` will work on all of them)
- `native` if set to `true`, causes Meson to find the dependency on
the build machine system rather than the host system (i.e. where the