From a1ec4f47c92809c9f39fd7dfa933ec19b6888999 Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 31 Oct 2018 07:37:52 +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 37e5dc7..d3c95aa 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -74,7 +74,7 @@ typedef struct { zuint8 r7; - /** Temporary opcode fetching storage. + /** 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.*/