mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Either document all params or none, anything inbetween causes Doxygen to complain loudly
svn-id: r18001
This commit is contained in:
parent
9bfc9281a1
commit
a67144f72f
@ -26,10 +26,10 @@
|
||||
|
||||
namespace Saga {
|
||||
|
||||
/*! @brief dissolve one image with another
|
||||
|
||||
@param flags if set to 1, do zero masking
|
||||
*/
|
||||
/**
|
||||
* Dissolve one image with another.
|
||||
* If flags if set to 1, do zero masking.
|
||||
*/
|
||||
int SagaEngine::transitionDissolve(byte *dst_img, int dst_w, int dst_h, int dst_p, const byte *src_img,
|
||||
int src_w, int src_h, int src_p, int flags, int x, int y,
|
||||
double percent) {
|
||||
|
Loading…
Reference in New Issue
Block a user