]> gitweb.factorcode.org Git - factor.git/commitdiff
tools: fix some docs uses.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Mar 2021 17:37:31 +0000 (10:37 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Mar 2021 17:37:31 +0000 (10:37 -0700)
basis/tools/dispatch/dispatch-docs.factor
basis/tools/profiler/sampling/sampling-docs.factor

index e93ea165c124bdaf2741c52183f2fae55d426bcb..1eb8450f1d9038cebeed0735c669891bf10dc4d7 100644 (file)
@@ -1,5 +1,4 @@
-IN: tools.dispatch
-USING: help.markup help.syntax vm quotations ;
+USING: help.markup help.syntax vm quotations tools.dispatch ;
 
 HELP: last-dispatch-stats
 { $var-description "A " { $link dispatch-statistics } " instance, set by " { $link collect-dispatch-stats } "." } ;
index f4872a41193fe8f9cfce9b18b61bb0763550f319..68a2a944047ed6e5a1384e844f5a8f3e89042ab7 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays calendar help.markup help.syntax math quotations threads
-tools.profiler.sampling.private ;
+tools.profiler.sampling tools.profiler.sampling.private ;
 IN: tools.profiler.sampling
 
 { cross-section flat top-down top-down-max-depth profile profile. } related-words