diff --git a/common__defs_8h_source.html b/common__defs_8h_source.html
index 0681077b3..18a1dff86 100644
--- a/common__defs_8h_source.html
+++ b/common__defs_8h_source.html
@@ -375,7 +375,11 @@ $(document).ready(function(){initNavTree('common__defs_8h_source.html',''); init
329 #define SIMDJSON_DEVELOPMENT_ASSERT(expr) do { } while (0)
-
+ 332 #ifndef SIMDJSON_UTF8VALIDATION
+ 333 #define SIMDJSON_UTF8VALIDATION 1
+
+
+
We want to support argument-dependent lookup (ADL).
constexpr size_t DEFAULT_MAX_DEPTH
By default, simdjson supports this many nested objects and arrays.
constexpr size_t SIMDJSON_MAXSIZE_BYTES
The maximum document size supported by simdjson.