Better doc comments for desktop_entry
This commit is contained in:
parent
0b464d368c
commit
baea275b66
@ -30,7 +30,7 @@ export type entry = struct {
|
|||||||
value: value,
|
value: value,
|
||||||
};
|
};
|
||||||
|
|
||||||
// A localized entry.
|
// A localized key/value pair.
|
||||||
// Specification: §5
|
// Specification: §5
|
||||||
export type localized_entry = struct {
|
export type localized_entry = struct {
|
||||||
key: str,
|
key: str,
|
||||||