furnace.utilities: Allow for unloaded vocab to pass help-lint.

clean-macosx-x86-64
Doug Coleman 2019-10-05 12:02:30 -05:00
parent c19d6517a9
commit abf36e89ae
1 changed files with 3 additions and 3 deletions

View File

@ -34,19 +34,19 @@ HELP: hidden-form-field
HELP: link-attr
{ $values { "tag" tag } { "responder" "a responder" } }
{ $contract "Modifies an XHTML " { $snippet "a" } " tag." }
{ $notes "This word is called by " { $link "html.templates.chloe.tags.form" } "." }
{ $notes "This word is called by " { $vocab-link "html.templates.chloe" } "." }
{ $examples "Conversation scope adds attributes to link tags." } ;
HELP: modify-form
{ $values { "responder" "a responder" } { "xml/f" "an XML chunk or f" } }
{ $contract "Emits hidden form fields using " { $link hidden-form-field } "." }
{ $notes "This word is called by " { $link "html.templates.chloe.tags.form" } "." }
{ $notes "This word is called by " { $vocab-link "html.templates.chloe" } "." }
{ $examples "Session management, conversation scope and asides use hidden form fields to pass state." } ;
HELP: modify-query
{ $values { "query" assoc } { "responder" "a responder" } { "query'" assoc } }
{ $contract "Modifies the query parameters of a URL destined to be displayed as a link." }
{ $notes "This word is called by " { $link "html.templates.chloe.tags.form" } "." }
{ $notes "This word is called by " { $vocab-link "html.templates.chloe" } "." }
{ $examples "Asides add query parameters to URLs." } ;
HELP: modify-redirect-query