factor/basis/tools/crossref/crossref-docs.factor

16 lines
476 B
Factor
Raw Normal View History

2008-11-11 11:51:15 -05:00
USING: help.markup help.syntax words definitions prettyprint ;
2007-09-20 18:09:08 -04:00
IN: tools.crossref
ARTICLE: "tools.crossref" "Cross-referencing tools"
{ $subsection usage. }
2008-11-11 11:51:15 -05:00
{ $see-also "definitions" "words" see see-methods } ;
2007-09-20 18:09:08 -04:00
ABOUT: "tools.crossref"
HELP: usage.
{ $values { "word" "a word" } }
{ $description "Prints an list of all callers of a word. This may include the word itself, if it is recursive." }
{ $examples { $code "\\ reverse usage." } } ;
{ usage usage. } related-words