@@ -150,12 +150,14 @@ val format_field_value_with_url_unescaping :
150150 @return String representation with URLs unescaped if applicable *)
151151
152152val format_field : bool -> bool -> field -> string
153- (* * [format_field capitalized single_line field] formats a complete field (name = value).
153+ (* * [format_field capitalized single_line field] formats a complete field (name
154+ = value).
154155 @param field The field to format
155156 @return String representation of the field *)
156157
157158val format_entry_content : bool -> bool -> entry_content -> string
158- (* * [format_entry_content capitalized single_line content] formats entry content (field or comment).
159+ (* * [format_entry_content capitalized single_line content] formats entry content
160+ (field or comment).
159161 @param content The entry content to format
160162 @return String representation of the content *)
161163
@@ -201,13 +203,14 @@ val find_duplicate_groups :
201203 Each group contains at least 2 entries that match on the specified keys. *)
202204
203205val string_of_field_value : field_value -> string
204- (* * [string_of_field_value fv] converts a field value to its string representation.
206+ (* * [string_of_field_value fv] converts a field value to its string
207+ representation.
205208 @param fv The field value to convert
206209 @return String representation of the field value *)
207210
208211val make_field : string -> string -> entry_content
209- (* * [make_field name value] creates a BibTeX field with the given name and value.
210- The value is wrapped in braces.
212+ (* * [make_field name value] creates a BibTeX field with the given name and
213+ value. The value is wrapped in braces.
211214 @param name Field name
212215 @param value Field value as a string
213216 @return An entry_content Field with a BracedStringValue *)
0 commit comments