2008-03-11 20:51:58 -04:00
USING: help.topics help.syntax help.markup ;
IN: help.crossref
2007-09-20 18:09:08 -04:00
HELP: article-children
{ $values { "topic" "an article name or a word" } { "seq" "a new sequence" } }
{ $description "Outputs a sequence of all subsections of " { $snippet "topic" } "." } ;
HELP: article-parent
2017-07-09 09:08:49 -04:00
{ $values { "topic" "an article name or a word" } { "parent/f" "an article name or a word" } }
2007-09-20 18:09:08 -04:00
{ $description "Outputs a help topic which contains " { $snippet "topic" } " as a subsection, or " { $link f } "." } ;
HELP: help-path
{ $values { "topic" "an article name or a word" } { "seq" "a new sequence" } }
2009-03-24 10:11:45 -04:00
{ $description "Outputs a sequence of all help articles which contain " { $snippet "topic" } " as a subsection, traversing all the way up to the root." } ;
2007-09-20 18:09:08 -04:00
HELP: xref-article
{ $values { "topic" "an article name or a word" } }
{ $description "Sets the " { $link article-parent } " of each child of this article." }
$low-level-note ;