docs(sdk): Linkify some verification struct docs

master
Damir Jelić 2021-09-08 13:27:44 +02:00
parent 6e4a57046e
commit 5049e8bfbe
1 changed files with 3 additions and 2 deletions

View File

@ -25,9 +25,10 @@
//! [VerificationRequest::is_ready()] method returns true, the verification can
//! transition into one of the supported verification flows:
//!
//! * [SasVerification] - Interactive verification using a short authentication
//! * [`SasVerification`] - Interactive verification using a short
//! authentication
//! string.
//! * [QrVerification] - Interactive verification using QR codes.
//! * [`QrVerification`] - Interactive verification using QR codes.
mod qrcode;
mod requests;