mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
added doc comment
This commit is contained in:
@ -27,6 +27,7 @@ pub fn genKeybindActions(writer: anytype) !void {
|
|||||||
inline for (fields) |field| {
|
inline for (fields) |field| {
|
||||||
if (field.name[0] == '_') continue;
|
if (field.name[0] == '_') continue;
|
||||||
|
|
||||||
|
// Write previously stored doc comment below all related actions
|
||||||
if (@hasDecl(help_strings.KeybindAction, field.name)) {
|
if (@hasDecl(help_strings.KeybindAction, field.name)) {
|
||||||
try writer.writeAll(buffer.items);
|
try writer.writeAll(buffer.items);
|
||||||
try writer.writeAll("\n");
|
try writer.writeAll("\n");
|
||||||
|
Reference in New Issue
Block a user