summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-30 11:55:36 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-07-30 11:55:36 (GMT)
commit412ded99c3d43c2bab0b868167a221b0facc10c9 (patch)
tree78e1dac87594dcf448f18a88b6ff0a1d5d44c827 /src/commentscan.l
parent7c992e9030c05c44189b148db39acd29a4e7f6f0 (diff)
parenta2eb1df42d79104878d14dfc957a97e5ef5831eb (diff)
downloadDoxygen-412ded99c3d43c2bab0b868167a221b0facc10c9.zip
Doxygen-412ded99c3d43c2bab0b868167a221b0facc10c9.tar.gz
Doxygen-412ded99c3d43c2bab0b868167a221b0facc10c9.tar.bz2
Merge branch 'feature/regr_7105' of https://github.com/albert-github/doxygen into albert-github-feature/regr_7105
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index b283a8b..5e9bfd7 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -3228,7 +3228,6 @@ bool parseCommentBlock(/* in */ ParserInterface *parser,
return parseMore;
}
-
static void handleGuard(const QCString &expr)
{
CondParser prs;