summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-03-09 18:07:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-03-09 18:07:08 (GMT)
commit8051d0cfdd4afcaaa8458926c807d471691dfb5e (patch)
treec4662316ba92eaf4d6ffbd9d06645fd4c6e85195 /src/index.cpp
parent2ddfaa1d80f702ad70073ac8721219935e1ab074 (diff)
downloadDoxygen-8051d0cfdd4afcaaa8458926c807d471691dfb5e.zip
Doxygen-8051d0cfdd4afcaaa8458926c807d471691dfb5e.tar.gz
Doxygen-8051d0cfdd4afcaaa8458926c807d471691dfb5e.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);