diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-12-14 18:50:55 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-12-14 18:59:26 -0500 |
commit | a910e1b9713d0272c69b28ab65984fdd51e9f961 (patch) | |
tree | 0a70ed171b877996eec714f6e4961c0f3a0afc5f /docs/yaml/functions | |
parent | a1de195d7dcdaa73ac1086c57a67ef811db6e273 (diff) | |
download | meson-a910e1b9713d0272c69b28ab65984fdd51e9f961.zip meson-a910e1b9713d0272c69b28ab65984fdd51e9f961.tar.gz meson-a910e1b9713d0272c69b28ab65984fdd51e9f961.tar.bz2 |
docs: simplify the documentation on required kwarg for subproject
It's a clone of dependency() anyway.
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r-- | docs/yaml/functions/subproject.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/yaml/functions/subproject.yaml b/docs/yaml/functions/subproject.yaml index e5d732b..4d19a31 100644 --- a/docs/yaml/functions/subproject.yaml +++ b/docs/yaml/functions/subproject.yaml @@ -62,7 +62,4 @@ kwargs: since: 0.48.0 default: true description: | - If `true`, Meson will abort if the subproject could not be setup. You can set - this to `false` and then use the `.found()` method on the [[@subproject]] object. - You may also pass the value of a - [`feature`](Build-options.md#features) option, same as [[dependency]]. + Works just the same as in [[dependency]]. |