help.html: fix vocab help generation
parent
dac7edd2ab
commit
30fde00570
|
@ -73,7 +73,7 @@ M: topic url-of topic>filename ;
|
|||
dup topic>filename utf8 [ help>html write-xml ] with-file-writer ;
|
||||
|
||||
: all-vocabs-really ( -- seq )
|
||||
all-vocabs >hashtable f over delete-at no-roots remove-redundant-prefixes ;
|
||||
all-vocabs-recursive >hashtable f over delete-at no-roots remove-redundant-prefixes ;
|
||||
|
||||
: all-topics ( -- topics )
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue