From d79439fb3c7798c2ec993acc9cfb5602b9d6a82c Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Nov 2009 17:30:08 +0000 Subject: (svn r17963) -Codechange: some documentation style --- src/script/squirrel_helper.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/script/squirrel_helper.hpp') diff --git a/src/script/squirrel_helper.hpp b/src/script/squirrel_helper.hpp index 225f17dd1..61b8f1a18 100644 --- a/src/script/squirrel_helper.hpp +++ b/src/script/squirrel_helper.hpp @@ -147,10 +147,10 @@ namespace SQConvert { } /** - * Helper class to recognize the function type (retval type, args) and use the proper specialization - * for SQ callback. The partial specializations for the second arg (Tis_void_retval) are not possible - * on the function. Therefore the class is used instead. - */ + * Helper class to recognize the function type (retval type, args) and use the proper specialization + * for SQ callback. The partial specializations for the second arg (Tis_void_retval) are not possible + * on the function. Therefore the class is used instead. + */ template ::Yes> struct HelperT; /** -- cgit v1.2.3-54-g00ecf