summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-09-21 10:20:57 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-09-21 10:20:57 (GMT)
commitdfc82af001c56254c6fde0affd009f80e19b1548 (patch)
tree153ddecdccb4c3cd821a6aecf104569fe274cd4f /src/commentscan.l
parent2871edf3e8ab69037119a236c90e6ebb86f4e0de (diff)
downloadDoxygen-dfc82af001c56254c6fde0affd009f80e19b1548.zip
Doxygen-dfc82af001c56254c6fde0affd009f80e19b1548.tar.gz
Doxygen-dfc82af001c56254c6fde0affd009f80e19b1548.tar.bz2
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index c151294..ce495a1 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -666,6 +666,7 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
optList = QCStringList::split(',',optStr);
}
auto it = docCmdMap.find(cmdName.data());
+ //printf("lookup command '%s' found=%d\n",cmdName.data(),it!=docCmdMap.end());
if (it!=docCmdMap.end()) // special action is required
{
int i=0;