Skip to content

Commit

Permalink
Unbalanced start of lists resulting in not creatable pdf of rtf document
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
albert-github committed Nov 24, 2018
1 parent 50879dd commit b3838c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b3838c5

Please sign in to comment.