summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-11-24 17:43:08 (GMT)
committerGitHub <noreply@github.com>2018-11-24 17:43:08 (GMT)
commite22a64c1f4b9750a4cae42164018de88a1b021af (patch)
tree009c357374b4e66ff1de21b519f4e9d96bd4d55d
parent50879dd77d551cd62c5a6db2f3f322ae69b115b7 (diff)
parentb3838c5b58fc224f2638530694f9b3210d5d49d2 (diff)
downloadDoxygen-e22a64c1f4b9750a4cae42164018de88a1b021af.zip
Doxygen-e22a64c1f4b9750a4cae42164018de88a1b021af.tar.gz
Doxygen-e22a64c1f4b9750a4cae42164018de88a1b021af.tar.bz2
Merge pull request #6639 from albert-github/feature/bug_index
Unbalanced start of lists resulting in not creatable pdf of rtf document
-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;