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 d9dd65c + 63bf670 commit 185545aCopy full SHA for 185545a
lib/Doxygen/Filter/Perl.pm
@@ -1127,6 +1127,7 @@ sub _ConvertTypeCode
1127
$logger->debug("### Entering _ConvertParameters ###");
1128
1129
# Lets clean up the parameters list so that it will work with Doxygen
1130
+ $code =~ s/\*/any_type /g;
1131
$code =~ s/\$\$/scalar_ref/g;
1132
$code =~ s/\@\$/array_ref/g;
1133
$code =~ s/\%\$/hash_ref/g;
@@ -1150,6 +1151,7 @@ sub _ConvertParameters
1150
1151
1152
1153
1154
+ $sParameters =~ s/\*/any_type /g;
1155
$sParameters =~ s/\$\$/scalar_ref /g;
1156
$sParameters =~ s/\@\$/array_ref /g;
1157
$sParameters =~ s/\%\$/hash_ref /g;
0 commit comments