diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-22 14:32:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 14:32:49 +1100 |
commit | 9c3c159286d20b05c3526ddb96661b10f706f222 (patch) | |
tree | dafee995b475dadc8984cff3f452369b67278b33 /quantum/send_string | |
parent | 74c033eaf237a175bfb8168d3e2c82830f062004 (diff) |
Update Doxygen comments for some headers (#20194)
Diffstat (limited to 'quantum/send_string')
-rw-r--r-- | quantum/send_string/send_string.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/send_string/send_string.h b/quantum/send_string/send_string.h index 4eb55b88dc..dbaed43ebc 100644 --- a/quantum/send_string/send_string.h +++ b/quantum/send_string/send_string.h @@ -15,9 +15,11 @@ */ /** - * \defgroup send_string + * \file * - * Send String API. These functions allow you to create macros by typing out sequences of keystrokes. + * \defgroup send_string Send String API + * + * \brief These functions allow you to create macros by typing out sequences of keystrokes. * \{ */ |