summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-06-06 17:21:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-06-06 17:21:00 (GMT)
commitce9fc8957c25d31a5ee00e944fb297624013241a (patch)
treece1f93ec5115eb1391bbac0656d4bb3952d9557e /src/index.cpp
parente773e6cb9e117621e06fb81098d33417e8a97720 (diff)
downloadDoxygen-ce9fc8957c25d31a5ee00e944fb297624013241a.zip
Doxygen-ce9fc8957c25d31a5ee00e944fb297624013241a.tar.gz
Doxygen-ce9fc8957c25d31a5ee00e944fb297624013241a.tar.bz2
issue #7038 Broken refman.tex with SHOW_FILES=NO and doxygen groups
Only have index section when SHOW_FILES is set (analogous to index for namespaces)i
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index a577d9a..ff22a60 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -4730,7 +4730,7 @@ static void writeIndex(OutputList &ol)
ol.parseText(/*projPrefix+*/theTranslator->trExceptionIndex());
ol.endIndexSection(isCompoundIndex);
}
- if (documentedFiles>0)
+ if (Config_getBool(SHOW_FILES) && (documentedFiles>0))
{
ol.startIndexSection(isFileIndex);
ol.parseText(/*projPrefix+*/theTranslator->trFileIndex());