summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index c8857da..b70c448 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -311,7 +311,7 @@ static void handleCommentBlock(const QCString &doc,bool brief)
yyFileName, // file
brief ? current->briefLine : current->docLine, // line of block start
docBlockInBody ? FALSE : brief,
- FALSE, //docBlockJavaStyle, // javadoc style
+ docBlockJavaStyle, // javadoc style // or FALSE,
docBlockInBody,
protection,
position,