Skip to content

Commit fb921c2

Browse files
committed
Doxygen supports <code>
There is no need to replace the `<code>` with `\code` as doxygen supports the `<code>`. In case of e.g. ``` C<Net::FTP::AutoReconnect> is a wrapper module around C<Net::FTP>. ``` this resulted in a number of lines as the `<code>` started a new block and we also got the warning: ``` warning: End of list marker found without any preceding list items ``` due to the `.` as single item starting a line.
1 parent b470a10 commit fb921c2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/Doxygen/Filter/Perl/POD.pm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,6 @@ sub view_head4
117117
return "\n\@paragraph $sectionLabel$name$labelCnt $title\n" . $head4->content->present($self);
118118
}
119119

120-
sub view_seq_code
121-
{
122-
my ($self, $text) = @_;
123-
return "\n\@code\n$text\n\@endcode\n";
124-
}
125-
126-
127-
128120

129121
=head1 NAME
130122

0 commit comments

Comments
 (0)