Fix docs build warning

This commit is contained in:
baldurk
2026-08-13 21:05:15 +01:00
parent 964ef04526
commit 4a03afc0ce
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ bindpoint
blackpoint
blit
blitted
bpp
bresenham
Broadcom
capturable
+2 -2
View File
@@ -483,7 +483,7 @@ Will return 0 if the format is not PVRTC.
Invalid values will result in undefined format properties. Has no effect if the format is
not already set to be ASTC.
:param Tuple[int, int] block2D: The 2D block shape.
:param Tuple[int,int] block2D: The 2D block shape.
)");
void SetASTC2D(const rdcpair<uint32_t, uint32_t> &block2D)
{
@@ -501,7 +501,7 @@ not already set to be ASTC.
Invalid values will result in undefined format properties. Has no effect if the format is
not already set to be ASTC.
:param Tuple[int, int, int] block3D: The 3D block shape.
:param Tuple[int,int,int] block3D: The 3D block shape.
)");
void SetASTC3D(const rdcfixedarray<uint32_t, 3> &block3D)
{