]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/vocabs/browser/browser-docs.factor
Merge OneEyed's patch
[factor.git] / basis / tools / vocabs / browser / browser-docs.factor
1 USING: help.markup help.syntax io strings ;
2 IN: tools.vocabs.browser
3
4 ARTICLE: "vocab-tags" "Vocabulary tags"
5 { $all-tags } ;
6
7 ARTICLE: "vocab-authors" "Vocabulary authors"
8 { $all-authors } ;
9
10 ARTICLE: "vocab-index" "Vocabulary index"
11 { $subsection "vocab-tags" }
12 { $subsection "vocab-authors" }
13 { $vocab "" } ;
14
15 HELP: words.
16 { $values { "vocab" "a vocabulary name" } }
17 { $description "Printings a listing of all the words in a vocabulary, categorized by type." } ;