From 4530978dba88a0d6ccc369e480e6b9a98d29fa1e Mon Sep 17 00:00:00 2001 From: Filipe Alves Date: Thu, 14 Jul 2016 10:26:57 +0100 Subject: Allow verbatim code block to be placed on the output. --- src/perlmodgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp index 8683654..8d425a5 100644 --- a/src/perlmodgen.cpp +++ b/src/perlmodgen.cpp @@ -653,8 +653,8 @@ void PerlModDocVisitor::visit(DocVerbatim *s) m_output.add(""); parseCode(m_ci,s->context(),s->text(),FALSE,0); m_output.add(""); -#endif return; +#endif case DocVerbatim::Verbatim: type = "preformatted"; break; case DocVerbatim::HtmlOnly: type = "htmlonly"; break; case DocVerbatim::RtfOnly: type = "rtfonly"; break; -- cgit v0.12