SpartanJ / SOIL2

SOIL2 is a tiny C library used primarily for uploading textures into OpenGL.
MIT No Attribution
370 stars 75 forks source link

Compiler warnings (clang) #60

Closed mgerhardy closed 1 year ago

mgerhardy commented 1 year ago

Compiling with -Wdocumentation leads to these compiler warnings with clang.

/home/mgerhardy/dev/engine/src/modules/image/external/stbi_pvr_c.h:606:3: warning: '@function' command should be used in a comment attached to a function declaration [-Wdocumentation]
 @Function              TwiddleUV
 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mgerhardy/dev/engine/src/modules/image/external/stbi_pvr_c.h:611:3: warning: '@returns' command used in a comment that is not attached to a function or method declaration [-Wdocumentation]
 @Returns               The twiddled offset of the pixel
 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SpartanJ commented 1 year ago

It should be fixed here.