From f83ddf5f2296b5ad7635f09969fc390c3a73494b Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 1 Nov 2018 16:47:37 +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 13ebd84..f5d3462 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -30,7 +30,7 @@ this library. If not, see . */ * @details This structure contains the state of the emulated CPU and callback * pointers necessary to interconnect the emulator with external logic. There * is no constructor function, so, before using an object of this type, some - * of its members must have been initialized, in particular the following: + * of its members must be initialized, in particular the following: * @c context, @c read, @c write, @c in, @c out, @c int_data and @c halt. */ typedef struct {