summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-10-11 15:07:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-10-11 15:07:56 (GMT)
commite446e2e044d674ba3609619e3dd95eb340f15e09 (patch)
tree1ba24c4d326e77ad8cb1d6b223b417f01c15dfe3 /src
parentb55a5c91d49359f9bbf7c78d9f284be2092bcfaa (diff)
downloadDoxygen-e446e2e044d674ba3609619e3dd95eb340f15e09.zip
Doxygen-e446e2e044d674ba3609619e3dd95eb340f15e09.tar.gz
Doxygen-e446e2e044d674ba3609619e3dd95eb340f15e09.tar.bz2
Bug 737444 - Java: Annotations with brackets prevent documentation
Diffstat (limited to 'src')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 716dc6a..d012b93 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