summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-24 11:50:59 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-24 11:50:59 (GMT)
commitb3838c5b58fc224f2638530694f9b3210d5d49d2 (patch)
tree009c357374b4e66ff1de21b519f4e9d96bd4d55d /src/index.cpp
parent50879dd77d551cd62c5a6db2f3f322ae69b115b7 (diff)
downloadDoxygen-b3838c5b58fc224f2638530694f9b3210d5d49d2.zip
Doxygen-b3838c5b58fc224f2638530694f9b3210d5d49d2.tar.gz
Doxygen-b3838c5b58fc224f2638530694f9b3210d5d49d2.tar.bz2
Unbalanced start of lists resulting in not creatable pdf of rtf document
Line was removed but #6415 but apparently reintroduced by a later issue. The problem shows with a number of the standard doxygen tests when enabling either e.g `--rtf` or `--latex`
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 8ce48db..84b5e51 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1866,7 +1866,6 @@ static void writeAnnotatedClassList(OutputList &ol,ClassDef::CompoundType ct)
static bool sliceOpt = Config_getBool(OPTIMIZE_OUTPUT_SLICE);
- ol.startIndexList();
ClassSDict::Iterator cli(*Doxygen::classSDict);
ClassDef *cd;