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 /drivers | |
parent | 74c033eaf237a175bfb8168d3e2c82830f062004 (diff) |
Update Doxygen comments for some headers (#20194)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/lcd/hd44780.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/lcd/hd44780.h b/drivers/lcd/hd44780.h index 9e43339344..402217a547 100644 --- a/drivers/lcd/hd44780.h +++ b/drivers/lcd/hd44780.h @@ -21,9 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <stdbool.h> /** - * \defgroup hd44780 + * \file * - * HD44780 Character LCD Driver + * \defgroup hd44780 HD44780 Character LCD Driver * \{ */ |