When using Refactor snippets, if the argument is a multi-argument template, then the argument is broken down.
i.e.
/**
* VisualAssist
*
*
*
* Access: public
*
WRONG-> * \\param std::map<std::string
* \\param MyArguments
* \\retval bool
**/
bool VisualAssist(const std::map<std::string,std::string>& MyArguments);
Keep up the good work