diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-06-23 21:12:45 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-06-23 21:12:45 (GMT) |
commit | f92ed7a658968bac5b777322fea4d7216e41b487 (patch) | |
tree | 4786c7f47c0280d74828ce09dd0a0f1bf1bcdea6 /src/defargs.l | |
parent | 069dd778bce176ab42cdd83c7c78ad4e5200ae32 (diff) | |
download | Doxygen-f92ed7a658968bac5b777322fea4d7216e41b487.zip Doxygen-f92ed7a658968bac5b777322fea4d7216e41b487.tar.gz Doxygen-f92ed7a658968bac5b777322fea4d7216e41b487.tar.bz2 |
Release-1.4.3-20050623
Diffstat (limited to 'src/defargs.l')
-rw-r--r-- | src/defargs.l | 10 |
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); |