From 1ef95eed605c16186b32a6b0d16451d6352cc885 Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 9 Jul 2022 23:47:32 +0200 Subject: [PATCH] Doxygen comments. --- API/Z80.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/Z80.h b/API/Z80.h index 19e6bd9..0865ae8 100644 --- a/API/Z80.h +++ b/API/Z80.h @@ -272,7 +272,7 @@ typedef struct { /** @brief Callback invoked to perform a memory read on instruction data * during a maskable interrupt response in mode 0. * - * @attention This callback becomes mandatory when the @c Z80.inta + * @attention This callback becomes mandatory when the @c Z80::inta * callback is used. Setting it to @c Z_NULL will cause the program to * crash. */