From: Willem Toorop Date: Thu, 27 Nov 2014 15:50:33 +0000 (+0100) Subject: Comment out debugging remnants X-Git-Tag: release-1.7.0-rc1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a943d504debb05ce4d62ea81c2d218a6cc8727;p=thirdparty%2Fldns.git Comment out debugging remnants --- diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl index a09b2e8f..3f7897fa 100755 --- a/doc/doxyparse.pl +++ b/doc/doxyparse.pl @@ -79,8 +79,8 @@ if (defined $options{'m'}) { my @parts = split /[\t ]*\|[\t ]*/, $_; $functions = shift @parts; $see_also = join ', ', @parts; - print "{$functions}\n"; - print "{$see_also}\n"; + #print "{$functions}\n"; + #print "{$see_also}\n"; my @funcs = split /[\t ]*,[\t ]*/, $functions; my @also = split /[\t ]*,[\t ]*/, $see_also; $manpages{$funcs[0]} = \@funcs;