summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-09-07 12:29:53 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-09-07 12:29:53 (GMT)
commit81da20ff839843634ee6db5f517bfcb7ef87d4b9 (patch)
treed74c1430a9fe17868f8ff3cccf1783c1b366895a /src/commentscan.l
parent4908c39f8bd18556f868bcc70d3f2f6ff0296c8e (diff)
downloadDoxygen-81da20ff839843634ee6db5f517bfcb7ef87d4b9.zip
Doxygen-81da20ff839843634ee6db5f517bfcb7ef87d4b9.tar.gz
Doxygen-81da20ff839843634ee6db5f517bfcb7ef87d4b9.tar.bz2
issue #6715: Errorneous matching of the immediately following block command after @ref (try 2)
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 027f000..a495c5e 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -2720,11 +2720,6 @@ static bool handleCite(const QCString &s, const QCStringList &)
static bool handleFormatBlock(const QCString &s, const QCStringList &optList)
{
- if (!g_spaceBeforeCmd.isEmpty())
- {
- addOutput(g_spaceBeforeCmd);
- g_spaceBeforeCmd.resize(0);
- }
if (optList.isEmpty())
{
addOutput("@"+s+" ");