summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/haddock/haddock-check.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haddock/haddock-check.perl b/src/haddock/haddock-check.perl
index 93681550f..913f1c7ba 100644
--- a/src/haddock/haddock-check.perl
+++ b/src/haddock/haddock-check.perl
@@ -141,7 +141,7 @@ for $file (@FILES) {
$function = $1;
print " > No type signature for function(s):"
unless $reported;
- print "\n " unless $reported++ % 5;
+ print "\n " unless $reported++ % 500;
print " $function";
}
print "\n ($reported functions)\n"