]> gitweb.factorcode.org Git - factor.git/blob - core/summary/summary-docs.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / core / summary / summary-docs.factor
1 IN: summary
2 USING: kernel strings help.markup help.syntax ;
3
4 ARTICLE: "summary" "Summary"
5 "A word for getting very brief descriptions of words and general objects:"
6 { $subsection summary } ;
7
8 HELP: summary
9 { $values { "object" object } { "string" string } }
10 { $contract "Outputs a brief description of the object." } ;
11
12 ABOUT: "summary"