summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-22 12:31:44 +0000
committerpeb <unknown>2005-02-22 12:31:44 +0000
commit33962f95df44de932812b66a1e22b84f03ee99af (patch)
treea0a0c3f04e106ed50a4da14f092b14a3f6694828 /src
parentddc2276771feae150cd1449946b3a22a93214537 (diff)
"Committed_by_peb"
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"