docs: fix a typoed arg name and another missing arg

More stuff that got overlooked during the big refman migration.
pull/9392/head
Eli Schwartz 4 years ago
parent a331ba1b8b
commit 1d17ef3edb
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 6
      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

Loading…
Cancel
Save