From 3b526ea41248e7cf45b1f06f4eeb9184567e720b Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 12 Sep 2022 14:40:49 +0200 Subject: [PATCH] doc(crypto-js): Add missing documentation. --- bindings/matrix-sdk-crypto-js/src/device.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/matrix-sdk-crypto-js/src/device.rs b/bindings/matrix-sdk-crypto-js/src/device.rs index af9598bf7..2727ef449 100644 --- a/bindings/matrix-sdk-crypto-js/src/device.rs +++ b/bindings/matrix-sdk-crypto-js/src/device.rs @@ -9,6 +9,7 @@ use crate::{ types, verification, vodozemac, }; +/// A device represents a E2EE capable client of an user. #[wasm_bindgen] #[derive(Debug)] pub struct Device {