Enhance documentation

This commit is contained in:
yunusey
2025-01-03 12:00:15 -05:00
parent 03baa332a1
commit 52b8b3e546

View File

@ -4261,7 +4261,9 @@ pub const Palette = struct {
}
};
/// Path is a path to a single file.
/// SinglePath is a path to a single file. When loading the configuration
/// file, always the last one will be kept and be automatically expanded
/// relative to the path of the config file.
pub const SinglePath = struct {
const Self = @This();