Fix some documentation comments formatting

This commit is contained in:
Louis Gesbert 2023-07-04 10:01:51 +02:00
parent 98f712365e
commit 8920564f9e
2 changed files with 6 additions and 3 deletions

View File

@ -21,7 +21,10 @@
type nonrec unit = unit
type nonrec bool = bool
type money = Z.t (** Number of cents *)
type money = Z.t
(** Number of cents *)
type integer = Z.t
type decimal = Q.t
type date = Dates_calc.Dates.date