Commit 2b6d6bf5 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge branch 'master' of github.com:doxygen/doxygen

parents 7a22d83a e5b3dbe7
...@@ -2444,7 +2444,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) ...@@ -2444,7 +2444,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
} }
<StaticAssert>"(" { <StaticAssert>"(" {
lastSkipRoundContext = FindMembers; lastSkipRoundContext = FindMembers;
roundCount=1; roundCount=0;
BEGIN(SkipRound); BEGIN(SkipRound);
} }
<StaticAssert>{BN}+ { lineCount(); } <StaticAssert>{BN}+ { lineCount(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment