diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-05-02 00:20:10 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-05-02 00:20:10 -0400 |
commit | 5c0145c54de9906c375ccb677a40d6e45483c22e (patch) | |
tree | 5659396b714baed4b0d8f3a34bbf9860cd1a39be /docs | |
parent | e6e8159980e9a4c816223fcdac8c729d104c0c02 (diff) | |
download | meson-5c0145c54de9906c375ccb677a40d6e45483c22e.zip meson-5c0145c54de9906c375ccb677a40d6e45483c22e.tar.gz meson-5c0145c54de9906c375ccb677a40d6e45483c22e.tar.bz2 |
docs: correct incorrect types for pch files
In the original RefMan 2.0 implementation, the types for this were
filled in as `str | file`, but the code only ever accepted the former.
Fix the documentation so that it aligns with reality.
Fixes #10338
Diffstat (limited to 'docs')
-rw-r--r-- | docs/yaml/functions/_build_target_base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index 87966f6..6bce8ef 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -39,7 +39,7 @@ warnings: kwargs: <lang>_pch: - type: str | file + type: str description: precompiled header file to use for the given language <lang>_args: |