From a0476fa3a4080830a43e08dd55d1463faa30e8be Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 31 Oct 2018 07:39:39 +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 d3c95aa..6f14bcf 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -77,7 +77,7 @@ typedef struct { /** Temporary storage for opcode fetching. * @details It is used during the opcode fetching in an opportunistic * way to store the bytes of the instruction. It is an internal private - * variable.*/ + * variable. */ Z32Bit data;