this repo has no description

Fix bogus doc (closes #852). (#867)

authored by

Daniel Bünzli and committed by
GitHub
6ff220fd 1060f39a

+1 -1
+1 -1
doc/odoc_for_authors.mld
··· 125 125 val f : int -> int -> int 126 126 (** The continuation of the comment for function f. *) 127 127 128 - (* Hello, I'm a simple comment :-) *) 129 128 exception My_exception of (int -> int) * int 129 + (* Hello, I'm a simple comment :-) *) 130 130 (** Comment for exception My_exception, even with a simple comment 131 131 between the special comment and the exception.*) 132 132