From a67144f72f417de8a76ad4e8a25f60106fee48aa Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 May 2005 12:27:31 +0000 Subject: Either document all params or none, anything inbetween causes Doxygen to complain loudly svn-id: r18001 --- saga/transitions.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/saga/transitions.cpp b/saga/transitions.cpp index f93ace727e..bb252cf416 100644 --- a/saga/transitions.cpp +++ b/saga/transitions.cpp @@ -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) { -- cgit v1.2.3