all: use type/prop shorthand in docs

This commit is contained in:
outfoxxed 2024-07-14 16:17:51 -07:00
parent c4cc662bcc
commit e9cacbd92d
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
17 changed files with 38 additions and 63 deletions

View file

@ -41,7 +41,7 @@ enum Enum {
///
/// > [!WARNING] You **CANNOT** use this to make a secure lock screen.
/// >
/// > If you want to make a lock screen, use [WlSessionLock](../wlsessionlock).
/// > If you want to make a lock screen, use @@WlSessionLock$.
Exclusive = 1,
/// Access to the keyboard as determined by the operating system.
///