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 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | /** | 17 | /** |
| 18 | * \defgroup send_string | 18 | * \file |
| 19 | * | 19 | * |
| 20 | * Send String API. These functions allow you to create macros by typing out sequences of keystrokes. | 20 | * \defgroup send_string Send String API |
| 21 | * | ||
| 22 | * \brief These functions allow you to create macros by typing out sequences of keystrokes. | ||
| 21 | * \{ | 23 | * \{ |
| 22 | */ | 24 | */ |
| 23 | 25 | ||
