From 6408190477271fcfd10a9dc3529fc2ed24f733ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Thu, 19 Oct 2023 02:04:55 +0100 Subject: [PATCH] chore: Fix a Doxygen comment --- include/NEGeneral.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/NEGeneral.h b/include/NEGeneral.h index 90406e1..a76798e 100644 --- a/include/NEGeneral.h +++ b/include/NEGeneral.h @@ -44,7 +44,7 @@ typedef struct { /// scanKeys() each frame for this to work. void NE_UpdateInput(void); -///< List of all the possible initialization states of Nitro Engine. +/// List of all the possible initialization states of Nitro Engine. typedef enum { NE_ModeUninitialized = 0, ///< Nitro Engine hasn't been initialized. NE_ModeSingle3D = 1, ///< Initialized in single 3D mode.