From aed8d770ecdfbb806ed8a3f90a555baaee87e5b4 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 14 Jan 2015 10:18:47 +0100 Subject: [PATCH] Missing manpages is not fatal --- doc/doxyparse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.47.3