diff --git a/src/render/mod.rs b/src/render/mod.rs index f6f53e1..a31abe2 100644 --- a/src/render/mod.rs +++ b/src/render/mod.rs @@ -98,6 +98,7 @@ impl<'a, P: Pixel> Renderer<'a, P> { } /// Sets the size of the quiet zone in the generated image. + /// /// Default: 4 for Normal QR code and 2 for Micro QR code pub fn quiet_zone_size(&mut self, quiet_zone: u32) -> &mut Self { self.quiet_zone = quiet_zone;