From: Willem Toorop Date: Wed, 14 Jan 2015 09:18:47 +0000 (+0100) Subject: Missing manpages is not fatal X-Git-Tag: release-1.7.0-rc1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed8d770ecdfbb806ed8a3f90a555baaee87e5b4;p=thirdparty%2Fldns.git Missing manpages is not fatal --- diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl index b9f015d1..1c2a8182 100755 --- a/doc/doxyparse.pl +++ b/doc/doxyparse.pl @@ -337,7 +337,7 @@ foreach (keys %api) { next if (/ / || /^$/); if (not $unique{$_}) { print STDERR "no man page for $_\n" if $report_errors; - $errors += 1; + #$errors += 1; } }