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
|
.TH Include2 3 "" "Odoc" "OCaml Library"
.SH Name
Include2
.SH Synopsis
.sp
.in 2
\fBModule Include2\fR
.in
.sp
.SH Documentation
.sp
.nf
\f[CB]module\fR X : \f[CB]sig\fR \.\.\. \f[CB]end\fR
.fi
.br
.ti +2
Comment about X that should not appear when including X below\.
.nf
.sp
.fi
Comment about X that should not appear when including X below\.
.nf
.sp
\f[CB]type\fR t = int
.sp
\f[CB]module\fR Y : \f[CB]sig\fR \.\.\. \f[CB]end\fR
.fi
.br
.ti +2
Top-comment of Y\.
.nf
.sp
\f[CB]module\fR Y_include_synopsis : \f[CB]sig\fR \.\.\. \f[CB]end\fR
.fi
.br
.ti +2
The include Y below should have the synopsis from Y's top-comment attached to it\.
.nf
.sp
\f[CB]module\fR Y_include_doc : \f[CB]sig\fR \.\.\. \f[CB]end\fR
|