From bd4e1792caa77a77d370df86473db2c7182c8980 Mon Sep 17 00:00:00 2001 From: redcode Date: Tue, 6 Nov 2018 06:57:17 +0100 Subject: [PATCH] Doxygen comments. --- API/emulation/CPU/Z80.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 1faa813..0f8a1c9 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -146,7 +146,7 @@ CPU_Z80_API void z80_power(Z80 *object, zboolean state); /** Resets the CPU. * @details This is equivalent to a pulse in the RESET line of a real Z80. - * @param object A pointer to a Z80 emulator instance object. */ + * @param object A pointer to a Z80 emulator instance. */ CPU_Z80_API void z80_reset(Z80 *object);