summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-03-09 14:34:17 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-03-09 14:34:17 (GMT)
commit0c8bc0e1bae616cab770884864d72d66db953235 (patch)
tree2780521957182f56829861ac3105317002d41f1a /src/perlmodgen.cpp
parent169a67186780c191749b958de0f71a17fa090248 (diff)
parent8d13a1a9d0e6a5e4f50563b6d1b6840176e4a5cc (diff)
downloadDoxygen-0c8bc0e1bae616cab770884864d72d66db953235.zip
Doxygen-0c8bc0e1bae616cab770884864d72d66db953235.tar.gz
Doxygen-0c8bc0e1bae616cab770884864d72d66db953235.tar.bz2
Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert-github/doxygen into 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;