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
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling with
-Wdocumentation
leads to these compiler warnings with clang.