summaryrefslogtreecommitdiffstats
path: root/src/defargs.l
diff options
context:
space:
mode:
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);