My aggregated monorepo of OCaml code, automaintained

Squashed 'ocaml-mqtte/' changes from ebfc746..e29acdd

e29acdd Fix odoc errors in documentation

git-subtree-dir: ocaml-mqtte
git-subtree-split: e29acdd1b46002af302145fdbdb33abe68af47ac

+14 -14
+14 -14
lib/cmd/mqtte_cmd.mli
··· 25 25 26 26 Example configuration file: 27 27 {v 28 - [mqtt] 29 - host = "mqtt.example.com" 30 - port = 8883 31 - tls = true 32 - client_id = "my-client" 33 - clean_session = true 34 - keep_alive = 60 35 - username = "user" 36 - password = "secret" 37 - protocol_version = "5.0" 28 + [mqtt] 29 + host = "mqtt.example.com" 30 + port = 8883 31 + tls = true 32 + client_id = "my-client" 33 + clean_session = true 34 + keep_alive = 60 35 + username = "user" 36 + password = "secret" 37 + protocol_version = "5.0" 38 38 39 - [pool] 40 - min_connections = 1 41 - max_connections = 10 42 - idle_timeout = 300.0 39 + [pool] 40 + min_connections = 1 41 + max_connections = 10 42 + idle_timeout = 300.0 43 43 v} *) 44 44 45 45 (** {1 Connection Options} *)