]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/crossref/crossref-docs.factor
Fix conflict in images vocab
[factor.git] / basis / tools / crossref / crossref-docs.factor
1 USING: help.markup help.syntax words definitions prettyprint ;
2 IN: tools.crossref
3
4 ARTICLE: "tools.crossref" "Cross-referencing tools" 
5 { $subsection usage. }
6 { $see-also "definitions" "words" see see-methods } ;
7
8 ABOUT: "tools.crossref"
9
10 HELP: usage.
11 { $values { "word" "a word" } }
12 { $description "Prints an list of all callers of a word. This may include the word itself, if it is recursive." }
13 { $examples { $code "\\ reverse usage." } } ;
14
15 { usage usage. } related-words