diff options
Diffstat (limited to 'src/index.cpp')
-rw-r--r-- | src/index.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp index 97957fe..624e190 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -2703,6 +2703,8 @@ void writeIndex(OutputList &ol) ol.startIndexSection(isTitlePageAuthor); parseText(ol,theTranslator->trGeneratedBy()); ol.endIndexSection(isTitlePageAuthor); + ol.enable(OutputGenerator::Latex); + if (Doxygen::mainPage) { ol.startIndexSection(isMainPage); @@ -2716,7 +2718,6 @@ void writeIndex(OutputList &ol) } ol.endIndexSection(isMainPage); } - ol.enable(OutputGenerator::Latex); if (documentedPackages>0) |