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
pull/10345/head
Eli Schwartz 3 years ago
parent e6e8159980
commit 5c0145c54d
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      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:

Loading…
Cancel
Save