From e446e2e044d674ba3609619e3dd95eb340f15e09 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 11 Oct 2014 17:07:56 +0200 Subject: [PATCH] Bug 737444 - Java: Annotations with brackets prevent documentation --- src/scanner.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanner.l b/src/scanner.l index 716dc6a71e5..d012b937dbd 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -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