File: Include2.md

package info (click to toggle)
ocaml-odoc 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,012 kB
  • sloc: ml: 60,567; javascript: 2,572; sh: 560; makefile: 31
file content (24 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

# Module `Include2`

```
module X : sig ... end
```
Comment about X that should not appear when including X below.

```
type t = int
```
```
module Y : sig ... end
```
Top-comment of Y.

```
module Y_include_synopsis : sig ... end
```
The `include Y` below should have the synopsis from `Y`'s top-comment attached to it.

```
module Y_include_doc : sig ... end
```