diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-02-09 19:27:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-09 19:27:14 (GMT) |
commit | 2f0a5c22147d56382fc29e59dcfab49e6771c2a8 (patch) | |
tree | 53c1d0898d7dddba540ec6b7063b3cf616b6e42c /src/code.l | |
parent | 8e91761d1d6333ccdb05d3400da88fc0b61a4fe7 (diff) | |
parent | e596bf3f21402ed555b305af7649546991bf8c3d (diff) | |
download | Doxygen-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/code.l')
-rw-r--r-- | src/code.l | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3729,7 +3729,6 @@ void parseCCode(CodeOutputInterface &od,const char *className,const QCString &s, printlex(yy_flex_debug, TRUE, __FILE__, fd ? fd->fileName().data(): NULL); - TooltipManager::instance()->clearTooltips(); if (g_codeClassSDict==0) { resetCCodeParserState(); @@ -3812,10 +3811,6 @@ void parseCCode(CodeOutputInterface &od,const char *className,const QCString &s, DBG_CTX((stderr,"endCodeLine(%d)\n",g_yyLineNr)); g_code->endCodeLine(); } - if (fd) - { - TooltipManager::instance()->writeTooltips(*g_code); - } if (cleanupSourceDef) { // delete the temporary file definition used for this example |