OCaml HTML5 parser/serialiser based on Python's JustHTML

Squashed 'ocaml-zulip/' changes from b6d63a6..feaee1f

feaee1f Documentation and code quality improvements across libraries

git-subtree-dir: ocaml-zulip
git-subtree-split: feaee1f10ba81079e98c965fbb196ffbe8dd3a9f

+3 -1
+3 -1
lib/zulip/channels.mli
··· 54 54 history_public_to_subscribers : bool option; 55 55 (** Whether history is visible to new subscribers *) 56 56 message_retention_days : int option option; 57 - (** Message retention (None = default, Some None = forever) *) 57 + (** Message retention policy. [None] = use organization default, 58 + [Some None] = unlimited retention, [Some (Some n)] = n days. *) 58 59 can_remove_subscribers_group : int option; 59 60 (** User group that can remove subscribers *) 60 61 } ··· 91 92 unit -> 92 93 unit 93 94 (** Update channel properties. 95 + @param message_retention_days [None] = unlimited, [Some n] = n days 94 96 @raise Eio.Io on failure *) 95 97 96 98 (** {1 Deleting Channels} *)