mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Turn some enum Param comments into doc-comments
This commit is contained in:
14
src/param.rs
14
src/param.rs
@@ -96,25 +96,25 @@ pub enum Param {
|
|||||||
/// For Jobs: space-separated list of message recipients
|
/// For Jobs: space-separated list of message recipients
|
||||||
Recipients = b'R',
|
Recipients = b'R',
|
||||||
|
|
||||||
// For Groups
|
/// For Groups
|
||||||
Unpromoted = b'U',
|
Unpromoted = b'U',
|
||||||
|
|
||||||
// For Groups and Contacts
|
/// For Groups and Contacts
|
||||||
ProfileImage = b'i',
|
ProfileImage = b'i',
|
||||||
|
|
||||||
// For Chats
|
/// For Chats
|
||||||
Selftalk = b'K',
|
Selftalk = b'K',
|
||||||
|
|
||||||
// For Chats
|
/// For Chats
|
||||||
Devicetalk = b'D',
|
Devicetalk = b'D',
|
||||||
|
|
||||||
// For QR
|
/// For QR
|
||||||
Auth = b's',
|
Auth = b's',
|
||||||
|
|
||||||
// For QR
|
/// For QR
|
||||||
GroupId = b'x',
|
GroupId = b'x',
|
||||||
|
|
||||||
// For QR
|
/// For QR
|
||||||
GroupName = b'g',
|
GroupName = b'g',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user