Fixing up code after 'see' refactoring
parent
b0ced3dc9a
commit
eb0bedd9b0
|
@ -47,7 +47,9 @@ HELP: definition
|
|||
ARTICLE: "see" "Printing definitions"
|
||||
"The " { $vocab-link "see" } " vocabulary implements support for printing out " { $link "definitions" } " in the image."
|
||||
$nl
|
||||
"Printing a definition (see " { $link "definitions" } "):"
|
||||
"Printing a definition:"
|
||||
{ $subsection see }
|
||||
"Printing the methods defined on a generic word or class (see " { $link "objects" } "):"
|
||||
{ $subsection see-methods } ;
|
||||
{ $subsection see-methods } ;
|
||||
|
||||
ABOUT: "see"
|
|
@ -0,0 +1 @@
|
|||
Printing loaded definitions as source code
|
|
@ -56,7 +56,7 @@ $nl
|
|||
{ $subsection redefine-error } ;
|
||||
|
||||
ARTICLE: "definitions" "Definitions"
|
||||
"A " { $emphasis "definition" } " is an artifact read from a source file. This includes words, methods, and help articles. Words for working with definitions are found in the " { $vocab-link "definitions" } " vocabulary. Implementations of the definition protocol include pathnames, words, methods, and help articles."
|
||||
"A " { $emphasis "definition" } " is an artifact read from a source file. This includes words, methods, help articles, and path names (which represent the source file at that location). Words for working with definitions are found in the " { $vocab-link "definitions" } " vocabulary."
|
||||
{ $subsection "definition-protocol" }
|
||||
{ $subsection "definition-crossref" }
|
||||
{ $subsection "definition-checking" }
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
USING: accessors arrays assocs combinators help help.crossref
|
||||
help.markup help.topics io io.streams.string kernel make namespaces
|
||||
parser prettyprint sequences summary tools.vocabs tools.vocabs.browser
|
||||
vocabs vocabs.loader words ;
|
||||
vocabs vocabs.loader words see ;
|
||||
|
||||
IN: fuel.help
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ combinators arrays words assocs parser namespaces make
|
|||
definitions prettyprint prettyprint.backend prettyprint.custom
|
||||
quotations generalizations debugger io compiler.units
|
||||
kernel.private effects accessors hashtables sorting shuffle
|
||||
math.order sets ;
|
||||
math.order sets see ;
|
||||
IN: multi-methods
|
||||
|
||||
! PART I: Converting hook specializers
|
||||
|
|
Loading…
Reference in New Issue