summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-06-13 19:38:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-06-13 19:38:27 (GMT)
commit890943c3df4986b5810f40160731a1f4ee30ef2e (patch)
tree67438740f12516ad1453ea6ee2373eee371bfef7 /src/index.cpp
parent7bae1f4e7c1f7b38e205f158cc5cbe0e4b956b75 (diff)
parent527fa741a67b9bc34ef315ff0ff6f96bae726497 (diff)
downloadDoxygen-890943c3df4986b5810f40160731a1f4ee30ef2e.zip
Doxygen-890943c3df4986b5810f40160731a1f4ee30ef2e.tar.gz
Doxygen-890943c3df4986b5810f40160731a1f4ee30ef2e.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
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 46ec48c..5d6c0a5 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -4731,7 +4731,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());