]> gitweb.factorcode.org Git - factor.git/commitdiff
core: fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Jul 2015 08:01:31 +0000 (01:01 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Jul 2015 08:01:31 +0000 (01:01 -0700)
basis/cpu/architecture/architecture-docs.factor
core/classes/intersection/intersection-docs.factor
core/classes/union/union-docs.factor

index d5217a6b2785e81957417bca11d61c02a4184f6d..1c1746a7c6b96ef367bd952f9d65aa5d185f557a 100644 (file)
@@ -1,7 +1,8 @@
-USING: assocs alien classes compiler.cfg.instructions compiler.cfg.registers
-compiler.cfg.stack-frame cpu.x86.assembler cpu.x86.assembler.operands
-help.markup help.syntax kernel layouts literals math multiline system words ;
-QUALIFIED: vm
+USING: alien assocs classes compiler.cfg.instructions
+compiler.cfg.registers compiler.cfg.stack-frame
+cpu.x86.assembler cpu.x86.assembler.operands help.markup
+help.syntax kernel layouts literals math multiline system vm
+words ;
 IN: cpu.architecture
 
 <<
@@ -293,7 +294,7 @@ HELP: stack-cleanup
 HELP: gc-root-offset
 { $values { "spill-slot" spill-slot } { "n" integer } }
 { $description "Offset in the " { $link stack-frame } " for the word being constructed where the spill slot is located. The value is given in " { $link cell } " units." }
-{ $see-also vm:gc-info } ;
+{ $see-also gc-info } ;
 
 ARTICLE: "cpu.architecture" "CPU architecture description model"
 "The " { $vocab-link "cpu.architecture" } " vocab contains generic words and hooks that serves as an api for the compiler towards the cpu architecture."
index 8ff1ef4e53e50e6d3960afba38e0d5c846a42fa6..6efdbdb010eb0ff2beb522bf70c3f6959c07b048 100644 (file)
@@ -8,7 +8,7 @@ ARTICLE: "intersections" "Intersection classes"
 { $subsections POSTPONE: INTERSECTION: }
 { $subsections define-intersection-class }
 "Intersection classes can be introspected:"
-{ $subsections participants }
+{ $subsections class-participants }
 "The set of intersection classes is a class:"
 { $subsections
     intersection-class
index 4819cdf1868aea2a37bdab88c43aed8ece333fc9..bd7e520f61c516800b0ec4013d173bfdab1c2cc5 100644 (file)
@@ -10,7 +10,7 @@ ARTICLE: "unions" "Union classes"
     define-union-class
 }
 "Union classes can be introspected:"
-{ $subsections members }
+{ $subsections class-members }
 "The set of union classes is a class:"
 { $subsections
     union-class