summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-02-09 19:27:14 (GMT)
committerGitHub <noreply@github.com>2019-02-09 19:27:14 (GMT)
commit2f0a5c22147d56382fc29e59dcfab49e6771c2a8 (patch)
tree53c1d0898d7dddba540ec6b7063b3cf616b6e42c /src/fortrancode.l
parent8e91761d1d6333ccdb05d3400da88fc0b61a4fe7 (diff)
parente596bf3f21402ed555b305af7649546991bf8c3d (diff)
downloadDoxygen-2f0a5c22147d56382fc29e59dcfab49e6771c2a8.zip
Doxygen-2f0a5c22147d56382fc29e59dcfab49e6771c2a8.tar.gz
Doxygen-2f0a5c22147d56382fc29e59dcfab49e6771c2a8.tar.bz2
Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltip
Double id for tooltips in XHTML possible.
Diffstat (limited to 'src/fortrancode.l')
-rw-r--r--src/fortrancode.l5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fortrancode.l b/src/fortrancode.l
index 0e610fd..616df5b 100644
--- a/src/fortrancode.l
+++ b/src/fortrancode.l
@@ -1327,7 +1327,6 @@ void parseFortranCode(CodeOutputInterface &od,const char *className,const QCStri
if (s.isEmpty()) return;
printlex(yy_flex_debug, TRUE, __FILE__, fd ? fd->fileName().data(): NULL);
- TooltipManager::instance()->clearTooltips();
g_code = &od;
g_inputString = s;
g_inputPosition = 0;
@@ -1382,10 +1381,6 @@ void parseFortranCode(CodeOutputInterface &od,const char *className,const QCStri
endFontClass();
g_code->endCodeLine();
}
- if (fd)
- {
- TooltipManager::instance()->writeTooltips(*g_code);
- }
if (exBlock && g_sourceFileDef)
{
// delete the temporary file definition used for this example