diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-02-22 19:57:25 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-02-22 19:57:25 (GMT) |
commit | 5edb3c85109d09e5fa43529bf8b584382f7501a5 (patch) | |
tree | bb6a2ec7453702ed2fe2348793b0bddf5d80042a /src/perlmodgen.cpp | |
parent | a9b8e48237d4094095b91031ac7c9fb0f4cc028e (diff) | |
download | Doxygen-5edb3c85109d09e5fa43529bf8b584382f7501a5.zip Doxygen-5edb3c85109d09e5fa43529bf8b584382f7501a5.tar.gz Doxygen-5edb3c85109d09e5fa43529bf8b584382f7501a5.tar.bz2 |
Release-1.3.6-20040222
Diffstat (limited to 'src/perlmodgen.cpp')
-rw-r--r-- | src/perlmodgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp index 8072a53..20520c1 100644 --- a/src/perlmodgen.cpp +++ b/src/perlmodgen.cpp @@ -619,6 +619,7 @@ void PerlModDocVisitor::visit(DocVerbatim *s) return; case DocVerbatim::Verbatim: type = "preformatted"; break; case DocVerbatim::HtmlOnly: type = "htmlonly"; break; + case DocVerbatim::ManOnly: type = "manonly"; break; case DocVerbatim::LatexOnly: type = "latexonly"; break; case DocVerbatim::XmlOnly: type = "xmlonly"; break; case DocVerbatim::Dot: type = "dot"; break; |