summaryrefslogtreecommitdiffstats
path: root/src/docparser.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-11-14 19:44:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-11-14 19:44:16 (GMT)
commit05930245579c006f2b5bfca53e0a1976d682f9b8 (patch)
tree181f9ebfd0706ecca5898b169bffa8bc4f5486cc /src/docparser.cpp
parent62d6edc6d0b299e93384e678748b635eb1bfe9b9 (diff)
downloadDoxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.zip
Doxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.tar.gz
Doxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.tar.bz2
Release-1.3.9.1-20041114
Diffstat (limited to 'src/docparser.cpp')
-rw-r--r--src/docparser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docparser.cpp b/src/docparser.cpp
index b69c98a..420a79d 100644
--- a/src/docparser.cpp
+++ b/src/docparser.cpp
@@ -4367,7 +4367,7 @@ reparsetoken:
k!=DocNode::Kind_SimpleSect &&
k!=DocNode::Kind_AutoList &&
k!=DocNode::Kind_SimpleList &&
- k!=DocNode::Kind_Verbatim &&
+ /*k!=DocNode::Kind_Verbatim &&*/
k!=DocNode::Kind_HtmlHeader &&
k!=DocNode::Kind_ParamSect &&
k!=DocNode::Kind_XRefItem
@@ -4518,7 +4518,7 @@ reparsetoken:
}
else if (retval==RetVal_OK)
{
- // the command ended normally, keep scanner for new tokens.
+ // the command ended normally, keep scanning for new tokens.
retval = 0;
}
else if (retval==TK_LISTITEM || retval==TK_ENDLIST || retval==TK_WORD)