Fix documentation for qr_code widget helper
This commit is contained in:
parent
feab96f323
commit
777e2e34f5
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ where
|
||||||
|
|
||||||
/// Creates a new [`QRCode`] widget from the given [`Data`].
|
/// Creates a new [`QRCode`] widget from the given [`Data`].
|
||||||
///
|
///
|
||||||
/// [`Svg`]: crate::QRCode
|
/// [`QRCode`]: crate::QRCode
|
||||||
/// [`Data`]: crate::qr_code::Data
|
/// [`Data`]: crate::qr_code::Data
|
||||||
#[cfg(feature = "qr_code")]
|
#[cfg(feature = "qr_code")]
|
||||||
pub fn qr_code<Theme>(data: &crate::qr_code::Data) -> crate::QRCode<'_, Theme>
|
pub fn qr_code<Theme>(data: &crate::qr_code::Data) -> crate::QRCode<'_, Theme>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue