Page 1 of 1

Possible error in documentation.

Posted: Thu Oct 15, 2015 4:25 am
by orlanrod
Looking over a part of the doc, i see a statement that does not relate to what the function does. Highlighted in bold.
If its not an error, sorry. :mrgreen:
"
Function Documentation

void SPR_clear ( )
Test if specified sprites are in collision.

Parameters:
sprite1 first sprite.
sprite2 second sprite.
Returns:
TRUE if sprite1 and sprite2 are in collision, FALSE otherwise.

Clear all displayed sprites.
This actually clear the list cache and send it to the hardware (VDP) at Vint.
"

Re: Possible error in documentation.

Posted: Thu Oct 15, 2015 7:50 am
by Stef
That is actually an error but the doxygen parser, if you go to the spiter_eng.h file you will see the collision code is entirely commented.

Re: Possible error in documentation.

Posted: Thu Oct 15, 2015 10:07 pm
by orlanrod
Stef wrote:That is actually an error but the doxygen parser, if you go to the spiter_eng.h file you will see the collision code is entirely commented.
Ah i see. I'll make sure to take a look into the headers themselves.