summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-02-03 13:10:50 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-02-03 13:10:50 (GMT)
commitcee1f56cf0a8520228dec638f2a5b6b0a2b2f610 (patch)
tree33c72b9dc733186b2207bc01552fa9aab429b345
parent9778b72f5641d98f98a1851fc93148f9da258a74 (diff)
parent3088ae34eda1fbeab287e2271a7f1804de2c784f (diff)
downloadDoxygen-cee1f56cf0a8520228dec638f2a5b6b0a2b2f610.zip
Doxygen-cee1f56cf0a8520228dec638f2a5b6b0a2b2f610.tar.gz
Doxygen-cee1f56cf0a8520228dec638f2a5b6b0a2b2f610.tar.bz2
Merge branch 'albert-github-feature/bug_code_asterisk'
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index d2c7072..cad997e 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -6651,7 +6651,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
docBlock+=indent;
}
}
-<DocCopyBlock>^{B}*"*"+/{BN}+"*"{BN}* { // start of a comment line with two *'s
+<DocCopyBlock>^{B}*"*"+/{B}+"*"{BN}* { // start of a comment line with two *'s
if (docBlockName=="code")
{
QCString indent;