doxygen: Fix comments

This commit is contained in:
Antonio Niño Díaz 2023-05-01 03:04:30 +01:00
parent 92f39078a1
commit b8e80a70dd
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ extern "C" {
/// @file nf_3d.h /// @file nf_3d.h
/// @brief Functions to setup 3D video options. /// @brief Functions to setup 3D video options.
/// @defgroup nf_2d 3D video setup /// @defgroup nf_3d 3D video setup
/// ///
/// Functions to setup 2D the video modes of the NDS and enable 3D. /// Functions to setup 2D the video modes of the NDS and enable 3D.
/// ///

View File

@ -403,6 +403,9 @@ void NF_3dSpriteGetPalColor(u8 pal, u8 number, u8* r, u8* g, u8* b);
/// ///
/// Change the sprite depth to prevent it from intersecting with other sprites /// Change the sprite depth to prevent it from intersecting with other sprites
/// when rotation or zoom are applied. /// when rotation or zoom are applied.
///
/// @param id Sprite ID (0 - 255).
/// @param z Depth (-512 - 512)
void NF_3dSpriteSetDepth(u8 id, s16 z); void NF_3dSpriteSetDepth(u8 id, s16 z);
// Defines for backwards compatibility // Defines for backwards compatibility