mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 13:26:38 +03:00
Add more documentation comments
This commit is contained in:
@@ -476,10 +476,13 @@ impl Config {
|
||||
struct AccountConfig {
|
||||
/// Unique id.
|
||||
pub id: u32,
|
||||
|
||||
/// Root directory for all data for this account.
|
||||
///
|
||||
/// The path is relative to the account manager directory.
|
||||
pub dir: std::path::PathBuf,
|
||||
|
||||
/// Universally unique account identifier.
|
||||
pub uuid: Uuid,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user