From 1d17ef3edbba23bc3d397ece16a520a868bc90be Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 11 Oct 2021 21:19:58 -0400 Subject: docs: fix a typoed arg name and another missing arg More stuff that got overlooked during the big refman migration. --- docs/yaml/objects/compiler.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/yaml') 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 -- cgit v1.1