summaryrefslogtreecommitdiffstats
path: root/src/mandocvisitor.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-06-07 11:47:47 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-06-07 11:47:47 (GMT)
commit0c394c5817041713aee58748fcd5d338a467cbee (patch)
treef17d17b67fdefdfdf992328f3f51dd90812c156e /src/mandocvisitor.cpp
parent70b82eced91d2739181f2b700ec04cb14d776d7b (diff)
downloadDoxygen-0c394c5817041713aee58748fcd5d338a467cbee.zip
Doxygen-0c394c5817041713aee58748fcd5d338a467cbee.tar.gz
Doxygen-0c394c5817041713aee58748fcd5d338a467cbee.tar.bz2
Release-1.3.1-20030607
Diffstat (limited to 'src/mandocvisitor.cpp')
-rw-r--r--src/mandocvisitor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mandocvisitor.cpp b/src/mandocvisitor.cpp
index a94a3f7..3353182 100644
--- a/src/mandocvisitor.cpp
+++ b/src/mandocvisitor.cpp
@@ -198,8 +198,7 @@ void ManDocVisitor::visit(DocVerbatim *s)
m_firstCol=TRUE;
break;
case DocVerbatim::HtmlOnly:
- /* nothing */
- break;
+ case DocVerbatim::XmlOnly:
case DocVerbatim::LatexOnly:
/* nothing */
break;