aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-10-11 21:19:58 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-11 21:20:36 -0400
commit1d17ef3edbba23bc3d397ece16a520a868bc90be (patch)
tree1e70d33c5f2089e04d3af1c48744e253f5e2116a /docs
parenta331ba1b8b3bac0e8a4b913514fea371a4640cde (diff)
downloadmeson-1d17ef3edbba23bc3d397ece16a520a868bc90be.zip
meson-1d17ef3edbba23bc3d397ece16a520a868bc90be.tar.gz
meson-1d17ef3edbba23bc3d397ece16a520a868bc90be.tar.bz2
docs: fix a typoed arg name and another missing arg
More stuff that got overlooked during the big refman migration.
Diffstat (limited to 'docs')
-rw-r--r--docs/yaml/objects/compiler.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml
index 78e8ce1..f54b559 100644
--- a/docs/yaml/objects/compiler.yaml
+++ b/docs/yaml/objects/compiler.yaml
@@ -341,7 +341,7 @@ methods:
kwargs_inherit: compiler._header
posargs:
- heade:
+ header:
type: str
description: The header to check.
symbol:
@@ -353,6 +353,10 @@ methods:
description: Tries to find the library specified in the positional argument.
kwargs_inherit: compiler._common
+ posargs:
+ libname:
+ type: str
+ description: The library to find.
kwargs:
required:
type: bool | feature