summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-03-09 14:34:35 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-03-09 14:38:25 (GMT)
commit208c689e4c13cc065045a6f6b1ff685eda5a3cd6 (patch)
tree7acb4e2952e920991e88d915ed6f786d717ac73d /src/perlmodgen.cpp
parent169a67186780c191749b958de0f71a17fa090248 (diff)
parent0c8bc0e1bae616cab770884864d72d66db953235 (diff)
downloadDoxygen-208c689e4c13cc065045a6f6b1ff685eda5a3cd6.zip
Doxygen-208c689e4c13cc065045a6f6b1ff685eda5a3cd6.tar.gz
Doxygen-208c689e4c13cc065045a6f6b1ff685eda5a3cd6.tar.bz2
Merge branch 'albert-github-feature/bug_lineno_split_examples'
Diffstat (limited to 'src/perlmodgen.cpp')
-rw-r--r--src/perlmodgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp
index fcc7ef5..1ec4bf3 100644
--- a/src/perlmodgen.cpp
+++ b/src/perlmodgen.cpp
@@ -729,6 +729,7 @@ void PerlModDocVisitor::visit(DocInclude *inc)
#endif
return;
case DocInclude::DontInclude: return;
+ case DocInclude::DontIncWithLines: return;
case DocInclude::HtmlInclude: type = "htmlonly"; break;
case DocInclude::LatexInclude: type = "latexonly"; break;
case DocInclude::VerbInclude: type = "preformatted"; break;