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