Commit e446e2e0 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 737444 - Java: Annotations with brackets prevent documentation

parent b55a5c91
......@@ -1228,7 +1228,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
{
lineCount();
lastSkipRoundContext = YY_START;
roundCount=1;
roundCount=0;
BEGIN( SkipRound );
}
else if (qstrncmp(yytext,"@property",9)==0) // ObjC 2.0 property
......
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