Skip to content

Commit

Permalink
Allow verbatim code block to be placed on the output.
Browse files Browse the repository at this point in the history
  • Loading branch information
bithium committed Jul 14, 2016
1 parent f075557 commit 4530978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perlmodgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@ void PerlModDocVisitor::visit(DocVerbatim *s)
m_output.add("<programlisting>");
parseCode(m_ci,s->context(),s->text(),FALSE,0);
m_output.add("</programlisting>");
#endif
return;
#endif
case DocVerbatim::Verbatim: type = "preformatted"; break;
case DocVerbatim::HtmlOnly: type = "htmlonly"; break;
case DocVerbatim::RtfOnly: type = "rtfonly"; break;
Expand Down

0 comments on commit 4530978

Please sign in to comment.