Hotfix
This commit is contained in:
parent
d2cb8cd846
commit
3402f9a726
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ sub formatDocComment
|
||||||
for (my $i = 0; $i < @{$doc}; ++$i)
|
for (my $i = 0; $i < @{$doc}; ++$i)
|
||||||
{
|
{
|
||||||
my $docElement = $doc->[$i];
|
my $docElement = $doc->[$i];
|
||||||
|
if (ref($docElement) ne 'HASH') { continue }
|
||||||
|
|
||||||
if ($docElement->{params})
|
if ($docElement->{params})
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue