File: run.t

package info (click to toggle)
ocaml-odoc 2.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,744 kB
  • sloc: ml: 37,049; makefile: 124; sh: 79
file content (13 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
The warning only shows up for explicitly defined labels.

  $ compile test.mli
  File "test.mli", line 11, characters 4-14:
  Warning: Multiple sections named 'heading' found. Please alter one to ensure reference is unambiguous. Locations:
    File "test.mli", line 7, character 4
    File "test.mli", line 9, character 4
  File "test.mli", line 5, characters 4-14:
  Warning: Label 'foo' is ambiguous. The other occurences are:
    File "test.mli", line 3, character 4
  File "test.mli", line 3, characters 4-14:
  Warning: Label 'foo' is ambiguous. The other occurences are:
    File "test.mli", line 5, character 4