Skip to content

Commit

Permalink
chore: Fix a Doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed Oct 19, 2023
1 parent 88a1e20 commit 6408190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/NEGeneral.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6408190

Please sign in to comment.