summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-01 15:43:00 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-11-01 15:43:00 (GMT)
commitda80fce7050a4d1f55046f3dcb217b2dc7f3c44a (patch)
tree65ab6730c8e94372caadbd7c5cf50fed06fb88e9
parent38f1441dc329e72ba4c782fdc721ce5199e01a67 (diff)
parent6b2def9ad52da8709ce9ffa91c792009f1902e41 (diff)
downloadDoxygen-da80fce7050a4d1f55046f3dcb217b2dc7f3c44a.zip
Doxygen-da80fce7050a4d1f55046f3dcb217b2dc7f3c44a.tar.gz
Doxygen-da80fce7050a4d1f55046f3dcb217b2dc7f3c44a.tar.bz2
Merge branch '191031/g_bracketCont' of https://github.com/cheoljoo/doxygen into cheoljoo-191031/g_bracketCont
-rw-r--r--src/code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index 3105469..894082d 100644
--- a/src/code.l
+++ b/src/code.l
@@ -2793,7 +2793,7 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\"
g_name.resize(0);
}
g_type.resize(0);
- g_bracketCount=0;
+ // g_bracketCount=0; // ex. when we parse this syntax " if( myobject.getPair()) " , we have problem that g_braceCount has wrong value as zero at "getPair(".
if (g_memCallContext==Body)
{
BEGIN(FuncCall);