Fixed comment layout
This commit is contained in:
parent
ac7970b75e
commit
b851bd7f68
|
@ -98,6 +98,7 @@ impl<'a, P: Pixel> Renderer<'a, P> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the size of the quiet zone in the generated image.
|
/// Sets the size of the quiet zone in the generated image.
|
||||||
|
///
|
||||||
/// Default: 4 for Normal QR code and 2 for Micro QR code
|
/// Default: 4 for Normal QR code and 2 for Micro QR code
|
||||||
pub fn quiet_zone_size(&mut self, quiet_zone: u32) -> &mut Self {
|
pub fn quiet_zone_size(&mut self, quiet_zone: u32) -> &mut Self {
|
||||||
self.quiet_zone = quiet_zone;
|
self.quiet_zone = quiet_zone;
|
||||||
|
|
Loading…
Reference in a new issue