summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-03-21 11:41:37 (GMT)
committerGitHub <noreply@github.com>2020-03-21 11:41:37 (GMT)
commitd165a89863eab073702afb0e19b44cf2e85f7db5 (patch)
tree6d6dd92681f86df12bd8f270a1fe77a13f9ec164 /src/util.cpp
parent022dfa0527cc79a597a7b06db87dcb2f8b19eca7 (diff)
downloadDoxygen-d165a89863eab073702afb0e19b44cf2e85f7db5.zip
Doxygen-d165a89863eab073702afb0e19b44cf2e85f7db5.tar.gz
Doxygen-d165a89863eab073702afb0e19b44cf2e85f7db5.tar.bz2
Incorrect link generated for cite and xref (#7648)
Incorrect links were generated for the cite and xref commands, the link text was not translated to a RTF link label.
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 7a7d56e..4b6729a 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -6585,6 +6585,7 @@ QCString rtfFormatBmkStr(const char *name)
}
}
+ //printf("Name = %s RTF_tag = %s\n",name,(*tag).data());
return *tag;
}