small popup change

This commit is contained in:
Swrup 2022-12-31 02:45:32 +01:00
parent 1e581ef172
commit b9c6864ef1
3 changed files with 6 additions and 6 deletions

View file

@ -41,9 +41,9 @@ val opt_to_string : opt -> string
(** [opt_to_jv opt] is [opt] as {!Jv.t} *)
val opt_to_jv : opt -> Jv.t
(** [create s latlng options] is a new popup setup with [options], position set
to [latlng] and content to [s] *)
val create : string option -> latlng:Latlng.t option -> opt list -> t
(** [create ~content ~latlng options] is a new popup setup with [options],
position set to [latlng] and content to [s] *)
val create : content:string option -> latlng:Latlng.t option -> opt list -> t
(** [create_from_el el latlng options] is a new popup setup with [options],
position set to [latlng] and content to [el] *)