From f3a3374299e07c13df3cfe157b650bca32d93022 Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 3 Nov 2018 00:12:26 +0100 Subject: [PATCH] Doxygen comments. --- API/emulation/CPU/Z80.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 8c56299..545dc5d 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -45,8 +45,8 @@ typedef struct { /** The value used as the first argument when calling a callback. * @details This variable should be initialized before using the - * emulator and can be used to reference the context or instance - * of the machine being emulated. */ + * emulator and can be used to reference the context/instance of + * the machine being emulated. */ void *context;