Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / conf / specialsections.conf
CommitLineData
7f918cf1
CE
1[specialsections]
2# DocBook special sections.
3# The regular expression on LHS is matched against source titles.
4ifdef::basebackend-docbook[]
5
6ifdef::doctype-article[]
7^Abstract$=
8endif::doctype-article[]
9
10ifdef::doctype-book[]
11^Colophon$=
12^Dedication$=
13^Preface$=
14endif::doctype-book[]
15
16^Index$=
17^(Bibliography|References)$=
18^Glossary$=
19^Appendix [A-Z][:.](?P<title>.*)$=
20
21endif::basebackend-docbook[]
22
23ifdef::doctype-manpage[]
24(?i)^SYNOPSIS$=
25endif::doctype-manpage[]