tools.crossref: don't include generic words in usage lists, since the results are useless and arbitrary -- they depend on the contents of megamorphic caches
parent
08a80e5ba2
commit
9cd164f3ac
|
@ -71,7 +71,7 @@ M: word crossref-def
|
|||
|
||||
: defs-to-crossref ( -- seq )
|
||||
[
|
||||
all-words
|
||||
all-words [ generic? not ] filter
|
||||
all-articles [ >link ] map
|
||||
source-files get keys [ <pathname> ] map
|
||||
] append-outputs ;
|
||||
|
|
Loading…
Reference in New Issue