This commit is contained in:
timur 2022-12-01 17:18:54 -04:00
parent d2cb8cd846
commit 3402f9a726

View file

@ -150,6 +150,7 @@ sub formatDocComment
for (my $i = 0; $i < @{$doc}; ++$i)
{
my $docElement = $doc->[$i];
if (ref($docElement) ne 'HASH') { continue }
if ($docElement->{params})
{