factor/basis/tools/vocabs/browser/browser-docs.factor

18 lines
466 B
Factor
Raw Normal View History

USING: help.markup help.syntax io strings ;
IN: tools.vocabs.browser
ARTICLE: "vocab-tags" "Vocabulary tags"
{ $all-tags } ;
ARTICLE: "vocab-authors" "Vocabulary authors"
{ $all-authors } ;
ARTICLE: "vocab-index" "Vocabulary index"
{ $subsection "vocab-tags" }
{ $subsection "vocab-authors" }
2009-01-07 16:21:51 -05:00
{ $vocab "" } ;
2008-11-29 01:20:39 -05:00
HELP: words.
{ $values { "vocab" "a vocabulary name" } }
{ $description "Printings a listing of all the words in a vocabulary, categorized by type." } ;