Commit d5d34325 authored by albert-github's avatar albert-github

Bug 436885 - c-source and h-source missing for latex

Original title does not cover problem anymore. Problem has evolved to that when clicking on the name for the source file (in LaTeX) a jump to the beginning of the document was made. This problem is fixed with this patch.
parent d5fb6973
...@@ -836,9 +836,9 @@ void FileDef::writeSource(OutputList &ol,bool sameTu,QStrList &filesInSameTu) ...@@ -836,9 +836,9 @@ void FileDef::writeSource(OutputList &ol,bool sameTu,QStrList &filesInSameTu)
getDirDef()->writeNavigationPath(ol); getDirDef()->writeNavigationPath(ol);
ol.endQuickIndices(); ol.endQuickIndices();
} }
startTitle(ol,getOutputFileBase()); startTitle(ol,getSourceFileBase());
ol.parseText(name()); ol.parseText(name());
endTitle(ol,getOutputFileBase(),title); endTitle(ol,getSourceFileBase(),title);
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment