Skip to content

Commit eeb4fc9

Browse files
committed
Remove incorrect comments cherry-picked in ocaml#22
These are part of the documentation for ocaml#11, which isn't yet merged.
1 parent bbe5afa commit eeb4fc9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/opamPrinter.mli

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ val value_list: value list -> string
4141
val items: opamfile_item list -> string
4242

4343
val opamfile: opamfile -> string
44-
(** Converts an {!opamfile} to a string, using the
45-
{!OpamParserTypes.opamfile.file_crlf} field to determine how to encode line
46-
endings. *)
44+
(** Converts an {!opamfile} to a string. *)
4745

4846
val format_opamfile: Format.formatter -> opamfile -> unit
4947
(** Writes an {!opamfile} to a [Format.formatter]. The function ensures that all
@@ -90,8 +88,7 @@ module Preserved : sig
9088
val opamfile: ?format_from:file_name -> opamfile -> string
9189
(** [opamfile f] converts [f] to string, respecting the layout and comments in
9290
the corresponding on-disk file for unmodified items. [format_from] can be
93-
specified instead of using the filename specified in [f]. CRLF-encoding
94-
is {b always} determined from the file (i.e. [f.file_crlf] is ignored). *)
91+
specified instead of using the filename specified in [f]. *)
9592
end
9693

9794
(** {2 Random utility functions} *)

0 commit comments

Comments
 (0)