summaryrefslogtreecommitdiffstats
path: root/src/defargs.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-06-23 21:12:45 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-06-23 21:12:45 (GMT)
commitd497898d92c2d2e3495505095563f07549dc2201 (patch)
tree4786c7f47c0280d74828ce09dd0a0f1bf1bcdea6 /src/defargs.l
parentf160c0c8c0545b1f397fbc7892bf9f71995cf790 (diff)
downloadDoxygen-d497898d92c2d2e3495505095563f07549dc2201.zip
Doxygen-d497898d92c2d2e3495505095563f07549dc2201.tar.gz
Doxygen-d497898d92c2d2e3495505095563f07549dc2201.tar.bz2
Release-1.4.3-20050623
Diffstat (limited to 'src/defargs.l')
-rw-r--r--src/defargs.l10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/defargs.l b/src/defargs.l
index c452c47..00c862f 100644
--- a/src/defargs.l
+++ b/src/defargs.l
@@ -402,6 +402,16 @@ void stringToArgumentList(const char *argsString,ArgumentList* &al)
{
if (al==0) return;
if (argsString==0) return;
+
+ g_copyArgValue=0;
+ g_curArgDocs.resize(0);
+ g_curArgAttrib.resize(0);
+ g_curArgArray.resize(0);
+ g_argRoundCount = 0;
+ g_argSharpCount = 0;
+ g_argCurlyCount = 0;
+ g_lastDocChar = 0;
+
g_inputString = argsString;
g_inputPosition = 0;
g_curArgTypeName.resize(0);