1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
.TH mld 3 "" "Odoc" "OCaml Library"
.SH Name
mld
.SH Synopsis
.sp
.in 2
\fBMld Page\fR
.in
.sp
.fi
This is an \.mld file\. It doesn't have an auto-generated title, like modules and other pages generated fully by odoc do\.
.sp
It will have a TOC generated from section headings\.
.nf
.SH Documentation
.sp
.nf
.sp
.in 3
\fB1 Section\fR
.in
.sp
.fi
This is a section\.
.sp
Another paragraph in section\.
.nf
.sp
.in 3
\fB2 Another section\fR
.in
.sp
.fi
This is another section\.
.sp
Another paragraph in section 2\.
.nf
.sp
.in 4
\fB2\.1 Subsection\fR
.in
.sp
.fi
This is a subsection\.
.sp
Another paragraph in subsection\.
.sp
Yet another paragraph in subsection\.
.nf
.sp
.in 4
\fB2\.2 Another Subsection\fR
.in
.sp
.fi
This is another subsection\.
.sp
Another paragraph in subsection 2\.
.sp
Yet another paragraph in subsection 2\.
.nf
|