We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9d90d commit ac6a553Copy full SHA for ac6a553
lib/Doxygen/Filter/Perl.pm
@@ -712,7 +712,7 @@ sub _ProcessPerlMethod
712
$sName =~ s/\s//g;
713
# check if we have a prototype
714
my ($method, $proto) = split /[()]/, $sName;
715
- $sName = $method;
+ $sName = $method || "";
716
717
if (defined($proto)) {$proto =~ s/\s//g;}
718
my $sProtoType = $proto || "";
0 commit comments