summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-03-09 18:07:08 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-03-09 18:07:08 (GMT)
commitfb91b752942b81dac21be5ad18bcb09fbafa711b (patch)
treec4662316ba92eaf4d6ffbd9d06645fd4c6e85195 /src/index.cpp
parentb43cd6311a712c01c2c8297fa00809730e504d70 (diff)
downloadDoxygen-fb91b752942b81dac21be5ad18bcb09fbafa711b.zip
Doxygen-fb91b752942b81dac21be5ad18bcb09fbafa711b.tar.gz
Doxygen-fb91b752942b81dac21be5ad18bcb09fbafa711b.tar.bz2
Release-1.5.5-20080309
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 031f01f..711e760 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -3008,7 +3008,8 @@ void writeIndex(OutputList &ol)
{
ol.startIndexSection(isCompoundIndex);
ol.parseText(/*projPrefix+*/
- (vhdlOpt ? VhdlDocGen::trDesignUnitIndex() :
+ (fortranOpt ? theTranslator->trCompoundIndexFortran() :
+ vhdlOpt ? VhdlDocGen::trDesignUnitIndex() :
theTranslator->trCompoundIndex()
));
ol.endIndexSection(isCompoundIndex);