diff --git a/docs/_html/index.html b/docs/_html/index.html
index 3103706..566b945 100644
--- a/docs/_html/index.html
+++ b/docs/_html/index.html
@@ -11,7 +11,7 @@
diff --git a/docs/_html/ppx_minidebug/Minidebug_runtime/PrintBox/index.html b/docs/_html/ppx_minidebug/Minidebug_runtime/PrintBox/index.html
index d028267..7c313cd 100644
--- a/docs/_html/ppx_minidebug/Minidebug_runtime/PrintBox/index.html
+++ b/docs/_html/ppx_minidebug/Minidebug_runtime/PrintBox/index.html
@@ -15,4 +15,4 @@
descr:string ->
pp:(Stdlib.Format.formatter -> 'a -> unit) ->
v:'a ->
- unitval log_value_show : descr:string -> v:string -> unit
val exceeds_max_nesting : unit -> bool
val exceeds_max_children : unit -> bool
val no_debug_if : bool -> unit
When passed true within the scope of a log subtree, disables the logging of this subtree and its subtrees. Does not do anything when passed false (no_debug_if false
does not re-enable the log).
val to_html : bool Stdlib.ref
While true
, logs are generated as html; if false
, as monospaced text.
val boxify_sexp_from_size : int Stdlib.ref
If positive, Sexp.t
-based logs with this many or more atoms are converted to print-boxes before logging.