From 33962f95df44de932812b66a1e22b84f03ee99af Mon Sep 17 00:00:00 2001 From: peb Date: Tue, 22 Feb 2005 12:31:44 +0000 Subject: [PATCH] "Committed_by_peb" --- src/haddock/haddock-check.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"