diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:18:03 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:46 +0200 |
| commit | 0b9c7b74bef2dd5913cc8d96de0fc016d682ead1 (patch) | |
| tree | 5c75a9257bf7012ec0704ca2d1cbef288e577bb2 /docs/yaml/objects | |
| parent | 102484b820d25d10d2dc10efc15178f84a87198a (diff) | |
| download | meson-0b9c7b74bef2dd5913cc8d96de0fc016d682ead1.tar.gz | |
docs: Update YAML docs after rebase
Diffstat (limited to 'docs/yaml/objects')
| -rw-r--r-- | docs/yaml/objects/compiler.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml index d4f071579..78e8ce16b 100644 --- a/docs/yaml/objects/compiler.yaml +++ b/docs/yaml/objects/compiler.yaml @@ -297,7 +297,13 @@ methods: - name: links returns: bool - description: Returns true if the code compiles and links. + description: | + Returns true if the code compiles and links. + + *Since 0.60.0*, if the `file` object's + suffix does not match the compiler object's language, the compiler + corresponding to the suffix is used to compile the source, while the + target of the `links` method is used to link the resulting object file. posargs_inherit: compiler._code kwargs_inherit: compiler._compiles |
