We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f249d8 commit a52fc7fCopy full SHA for a52fc7f
htmlify.p6
@@ -151,7 +151,6 @@ my $coffee-exe = './highlights/node_modules/coffee-script/bin/coffee'.IO.e??'./h
151
sub MAIN(
152
Bool :$typegraph = False,
153
Int :$sparse,
154
- Bool :$disambiguation = True,
155
Bool :$no-highlight = False,
156
Int :$parallel = 1,
157
) {
@@ -200,7 +199,7 @@ sub MAIN(
200
199
write-type-source $_;
201
}
202
203
- write-disambiguation-files if $disambiguation;
+ write-disambiguation-files;
204
write-search-file;
205
write-index-files;
206
@@ -209,7 +208,7 @@ sub MAIN(
209
208
210
211
say 'Processing complete.';
212
- if $sparse || !$disambiguation {
+ if $sparse {
213
say "This is a sparse or incomplete run. DO NOT SYNC WITH doc.perl6.org!";
214
215
0 commit comments