From e728a5bc3db296b4b67c2d3e5b56558c42c566a8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 21 Jun 2004 14:08:57 +0000 Subject: "" svn path=/trunk/; revision=1826 --- externals/grill/flext/source/fldefs_methcb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/fldefs_methcb.h') diff --git a/externals/grill/flext/source/fldefs_methcb.h b/externals/grill/flext/source/fldefs_methcb.h index 45763f59..929a7929 100644 --- a/externals/grill/flext/source/fldefs_methcb.h +++ b/externals/grill/flext/source/fldefs_methcb.h @@ -17,9 +17,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define __FLEXT_DEFS_METHCB_H -/*! \defgroup FLEXT_D_CALLBACK Declare callbacks for class methods +/*! \defgroup FLEXT_D_CALLBACK Declare callbacks for class methods \ingroup FLEXT_D_METHOD - @{ + @{ */ //! Set up a method callback with no arguments @@ -83,7 +83,7 @@ static bool FLEXT_CALL_PRE(M_FUN)(flext_base *c,TP1 &arg1,TP2 &arg2,TP3 &arg3,TP { FLEXT_CAST(c)->M_FUN(arg1,arg2,arg3,arg4,arg5); return true; } -// Shortcuts +// Shortcuts //! Set up a method callback for 1 float argument #define FLEXT_CALLBACK_F(M_FUN) \ -- cgit v1.2.1