summaryrefslogtreecommitdiffstats
path: root/src/pycode.l
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-01-18 09:59:56 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-01-18 09:59:56 (GMT)
commite596bf3f21402ed555b305af7649546991bf8c3d (patch)
treef5d85b61c11903f2e44429087861a58c3d6baf1e /src/pycode.l
parent6a1b3708a6bc240cea79b3191b0dafacb014fdb6 (diff)
downloadDoxygen-e596bf3f21402ed555b305af7649546991bf8c3d.zip
Doxygen-e596bf3f21402ed555b305af7649546991bf8c3d.tar.gz
Doxygen-e596bf3f21402ed555b305af7649546991bf8c3d.tar.bz2
Double id for tooltips in XHTML Possible.
The tooltips (XHTML) should not be displayed per code fragment but for the entire (output) file as otherwise tooltips might be added multiple times resulting in double IDs.
Diffstat (limited to 'src/pycode.l')
-rw-r--r--src/pycode.l5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pycode.l b/src/pycode.l
index d9c9f01..8f2279e 100644
--- a/src/pycode.l
+++ b/src/pycode.l
@@ -1569,7 +1569,6 @@ void parsePythonCode(CodeOutputInterface &od,const char * /*className*/,
if (s.isEmpty()) return;
printlex(yy_flex_debug, TRUE, __FILE__, fd ? fd->fileName().data(): NULL);
g_codeClassSDict.setAutoDelete(TRUE);
- TooltipManager::instance()->clearTooltips();
g_code = &od;
g_inputString = s;
g_inputPosition = 0;
@@ -1620,10 +1619,6 @@ void parsePythonCode(CodeOutputInterface &od,const char * /*className*/,
{
endCodeLine();
}
- if (fd)
- {
- TooltipManager::instance()->writeTooltips(*g_code);
- }
if (cleanupSourceDef)
{
// delete the temporary file definition used for this example