From f79de06e0b774a723195d8c3e3910ef0c7325393 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 6 Dec 2016 13:42:58 -0700 Subject: [PATCH] Change comment format --- include/chaiscript/dispatchkit/proxy_functions.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/chaiscript/dispatchkit/proxy_functions.hpp b/include/chaiscript/dispatchkit/proxy_functions.hpp index 218ba807..67b94c06 100644 --- a/include/chaiscript/dispatchkit/proxy_functions.hpp +++ b/include/chaiscript/dispatchkit/proxy_functions.hpp @@ -917,11 +917,9 @@ namespace chaiscript } } - /** - * Take a vector of functions and a vector of parameters. Attempt to execute - * each function against the set of parameters, in order, until a matching - * function is found or throw dispatch_error if no matching function is found - */ + /// Take a vector of functions and a vector of parameters. Attempt to execute + /// each function against the set of parameters, in order, until a matching + /// function is found or throw dispatch_error if no matching function is found template Boxed_Value dispatch(const Funcs &funcs, const std::vector &plist, const Type_Conversions_State &t_conversions)