missing @since tags in stdlib/uchar.mli

(cherry picked from commit a5ec604c51557f6d24dbc4f7592c246b79cb3ef3)
master
Gabriel Scherer 2017-10-02 17:39:58 +02:00
parent 6664b06366
commit 940ffca830
1 changed files with 6 additions and 2 deletions

View File

@ -34,12 +34,16 @@ val max : t
val bom : t
(** [bom] is U+FEFF, the
{{:http://unicode.org/glossary/#byte_order_mark}byte order mark} (BOM)
character. *)
character.
@since 4.06.0 *)
val rep : t
(** [rep] is U+FFFD, the
{{:http://unicode.org/glossary/#replacement_character}replacement}
character. *)
character.
@since 4.06.0 *)
val succ : t -> t
(** [succ u] is the scalar value after [u] in the set of Unicode scalar