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.
2 parents a86bc66 + 5d8f5c7 commit d0c7353Copy full SHA for d0c7353
lib/Doxygen/Filter/Perl.pm
@@ -673,6 +673,8 @@ sub _ProcessPerlMethod
673
push (@{$self->{'_hData'}->{'class'}->{$sClassName}->{'subroutineorder'}}, $sName);
674
$self->{'_sCurrentMethodName'} = $sName;
675
}
676
+ if (!defined($self->{'_sCurrentMethodName'})) {$self->{'_sCurrentMethodName'}='';}
677
+
678
my $sMethodName = $self->{'_sCurrentMethodName'};
679
680
# Lets find out if this is a public or private method/function based on a naming standard
0 commit comments