File: nested-closer.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 (13 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
((output
  (((f.ml (1 0) (1 7)) (code_block foo))
   ((f.ml (1 7) (1 8)) (paragraph (((f.ml (1 7) (1 8)) (word ])))))
   ((f.ml (1 8) (1 9)) (paragraph (((f.ml (1 8) (1 9)) (word })))))))
 (warnings
  ( "File \"f.ml\", line 1, characters 7-8:\
   \nUnpaired ']' (end of code).\
   \nSuggestion: try '\\]'."
    "File \"f.ml\", line 1, characters 7-8:\
   \nParagraph should begin on its own line."
    "File \"f.ml\", line 1, characters 8-9:\
   \nUnpaired '}' (end of markup).\
   \nSuggestion: try '\\}'.")))