summaryrefslogtreecommitdiffstats
path: root/src/rtfstyle.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-18 18:00:27 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-18 18:00:27 (GMT)
commit8fc23878b4375546bfb6a9149f009fbe0f7da42f (patch)
tree2998696e061c0b029415b90a1018c8fc0c0be0c6 /src/rtfstyle.h
parent64764a854d8824bb3a9714a159f5ebbd226d3a88 (diff)
downloadDoxygen-8fc23878b4375546bfb6a9149f009fbe0f7da42f.zip
Doxygen-8fc23878b4375546bfb6a9149f009fbe0f7da42f.tar.gz
Doxygen-8fc23878b4375546bfb6a9149f009fbe0f7da42f.tar.bz2
RTF lists more levels and removing extra paragraphs
- In a RTF list after the last indent a number of extra paragraphs were displayed (with e.g. bullets), these extra paragraphs are removed - Increased the number of levels conform the changes for latex (#6622)
Diffstat (limited to 'src/rtfstyle.h')
-rw-r--r--src/rtfstyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfstyle.h b/src/rtfstyle.h
index 60f671f..1058351 100644
--- a/src/rtfstyle.h
+++ b/src/rtfstyle.h
@@ -42,7 +42,7 @@ struct RTFListItemInfo
int number;
};
-const int rtf_maxIndentLevels = 10;
+const int rtf_maxIndentLevels = 13;
extern RTFListItemInfo rtf_listItemInfo[rtf_maxIndentLevels];