added doc comment

This commit is contained in:
Felix Salcher
2024-12-27 04:23:17 +01:00
parent ebfa606c67
commit 5411c001c8

View File

@ -27,6 +27,7 @@ pub fn genKeybindActions(writer: anytype) !void {
inline for (fields) |field| {
if (field.name[0] == '_') continue;
// Write previously stored doc comment below all related actions
if (@hasDecl(help_strings.KeybindAction, field.name)) {
try writer.writeAll(buffer.items);
try writer.writeAll("\n");