From 419d5b17f27b8d3dda1e59c6193f1ad9c3d218f8 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Aug 2023 22:18:41 -0400 Subject: fix doxygen errors --- command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index e83f71e..25ba4a5 100644 --- a/command.h +++ b/command.h @@ -80,7 +80,9 @@ typedef enum { CMD_BACKSPACE_WORD, CMD_DELETE_WORD, + /// increment number at cursor CMD_INCREMENT_NUMBER, + /// decrement number at cursor CMD_DECREMENT_NUMBER, /// open a file -- cgit v1.2.3