aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/install_headers.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/install_headers.yaml')
-rw-r--r--docs/yaml/functions/install_headers.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/yaml/functions/install_headers.yaml b/docs/yaml/functions/install_headers.yaml
index 8dc8205..cf8fb9f 100644
--- a/docs/yaml/functions/install_headers.yaml
+++ b/docs/yaml/functions/install_headers.yaml
@@ -37,11 +37,14 @@ varargs:
kwargs:
install_dir:
type: str
- description: Where to install to
+ description: Where to install to.
subdir:
type: str
- description: Use the `subdir` in the `install_dir`
+ description: |
+ Install to the `subdir` subdirectory of the default includedir.
+
+ Incompatible with the `install_dir` kwarg.
install_mode:
type: list[str | int]