db4
Doug Coleman 2008-09-02 19:12:29 -05:00
parent 99b28156ca
commit 1c176fbdfe
1 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
USING: help.markup help.syntax help.topics help.crossref help io USING: help.markup help.syntax help.crossref help io io.styles
io.styles hashtables ; hashtables ;
IN: help.topics
HELP: articles HELP: articles
{ $var-description "Hashtable mapping article names to " { $link article } " instances." } ; { $var-description "Hashtable mapping article names to " { $link article } " instances." } ;
@ -14,11 +15,11 @@ HELP: article
{ $description "Outputs a named " { $link article } " object." } ; { $description "Outputs a named " { $link article } " object." } ;
HELP: article-title HELP: article-title
{ $values { "article" "an article name or a word" } { "title" "a string" } } { $values { "topic" "an article name or a word" } { "title" "a string" } }
{ $description "Outputs the title of a specific help article." } ; { $description "Outputs the title of a specific help article." } ;
HELP: article-content HELP: article-content
{ $values { "article" "an article name or a word" } { "content" "a markup element" } } { $values { "topic" "an article name or a word" } { "content" "a markup element" } }
{ $description "Outputs the content of a specific help article." } ; { $description "Outputs the content of a specific help article." } ;
HELP: all-articles HELP: all-articles