File: multiple-with-bad-section.txt

package info (click to toggle)
ocaml-odoc 1.5.2%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,972 kB
  • sloc: ml: 26,974; makefile: 59; sh: 35
file content (24 lines) | stat: -rw-r--r-- 754 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
((output
  (((f.ml (1 0) (1 7))
    (0
     (label
      ((root (f.ml (page f.ml) 00000000000000000000000000000000) f.ml)
       (label foo)))
     (((f.ml (1 3) (1 6)) (word Foo)))))
   ((f.ml (2 0) (2 7))
    (0
     (label
      ((root (f.ml (page f.ml) 00000000000000000000000000000000) f.ml)
       (label foo)))
     (((f.ml (2 3) (2 6)) (word Foo)))))
   ((f.ml (3 0) (3 7))
    (5
     (label
      ((root (f.ml (page f.ml) 00000000000000000000000000000000) f.ml)
       (label foo)))
     (((f.ml (3 3) (3 6)) (word Foo)))))))
 (warnings
  ( "File \"f.ml\", line 2, characters 0-7:\
   \n'{0': heading level should be lower than top heading level '0'."
    "File \"f.ml\", line 3, characters 0-7:\
   \n'6': bad heading level (0-5 allowed).")))