Commit 8de63344 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #77 from albert-github/feature/bug_436885

Bug 436885 - c-source and h-source missing for latex
parents 956a7fb0 d5d34325
......@@ -836,9 +836,9 @@ void FileDef::writeSource(OutputList &ol,bool sameTu,QStrList &filesInSameTu)
getDirDef()->writeNavigationPath(ol);
ol.endQuickIndices();
}
startTitle(ol,getOutputFileBase());
startTitle(ol,getSourceFileBase());
ol.parseText(name());
endTitle(ol,getOutputFileBase(),title);
endTitle(ol,getSourceFileBase(),title);
}
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