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 b470a10 + 7445efe commit 03163dbCopy full SHA for 03163db
lib/Doxygen/Filter/Perl.pm
@@ -808,6 +808,9 @@ sub _ProcessPodCommentBlock
808
Doxygen::Filter::Perl::POD->setAsLabel($self->{'_hData'}->{'filename'}->{'fullpath'});
809
my $sPodParsedText = Doxygen::Filter::Perl::POD->print($pom);
810
811
+ $sPodParsedText =~ s/\*\/\*/\\*\‍\/\\*/g;
812
+ $sPodParsedText =~ s/\/\*/\/\‍\\*/g;
813
+ $sPodParsedText =~ s/\*\//\\*\‍\//g;
814
$self->{'_hData'}->{'class'}->{$sClassName}->{'comments'} .= $sPodParsedText;
815
}
816
0 commit comments