Skip to content

Commit

Permalink
Bug 737444 - Java: Annotations with brackets prevent documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Oct 11, 2014
1 parent b55a5c9 commit e446e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner.l
Expand Up @@ -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
Expand Down

0 comments on commit e446e2e

Please sign in to comment.