summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-02-02 20:16:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-02-02 20:16:28 (GMT)
commit50720068afa77484ec7253e7dca1e812050b33f1 (patch)
treefdc31c944b1ac14a534ce613bc5efa097b86099b
parentfb66cae35cd59d1026fe3c6de46ae3a2ed6f9f91 (diff)
parent37852281fca7e8080bd62dc702f2c6b2017e699e (diff)
downloadDoxygen-50720068afa77484ec7253e7dca1e812050b33f1.zip
Doxygen-50720068afa77484ec7253e7dca1e812050b33f1.tar.gz
Doxygen-50720068afa77484ec7253e7dca1e812050b33f1.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index ea7d7ef..9ccd628 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -4234,7 +4234,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
<FuncFuncType>. {
current->type += *yytext;
}
-<FindMembers>"("/{BN}*{ID}{BN}*"*"{BN}*{ID}*")(" { // for catching typedef void (__stdcall *f)() like definitions
+<FindMembers>"("/{BN}*{ID}{BN}*"*"{BN}*{ID}*")"{BN}*"(" { // for catching typedef void (__stdcall *f)() like definitions
if (current->type.left(7)=="typedef" && current->bodyLine==-1)
// the bodyLine check is to prevent this guard to be true more than once
{