File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ val value_list: value list -> string
4141val items : opamfile_item list -> string
4242
4343val 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
4846val 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]. *)
9592end
9693
9794(* * {2 Random utility functions} *)
You can’t perform that action at this time.
0 commit comments