From: John Benediktsson Date: Tue, 23 Mar 2021 17:37:31 +0000 (-0700) Subject: tools: fix some docs uses. X-Git-Tag: 0.99~2376 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=fdf45df4babca780b57fe33ca4033987154a178a tools: fix some docs uses. --- diff --git a/basis/tools/dispatch/dispatch-docs.factor b/basis/tools/dispatch/dispatch-docs.factor index e93ea165c1..1eb8450f1d 100644 --- a/basis/tools/dispatch/dispatch-docs.factor +++ b/basis/tools/dispatch/dispatch-docs.factor @@ -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 } "." } ; diff --git a/basis/tools/profiler/sampling/sampling-docs.factor b/basis/tools/profiler/sampling/sampling-docs.factor index f4872a4119..68a2a94404 100644 --- a/basis/tools/profiler/sampling/sampling-docs.factor +++ b/basis/tools/profiler/sampling/sampling-docs.factor @@ -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