Illegal alias format `ALIASES '
问题 I added below codes into doxywizard ALIASES but I get error . How can I solve this ALIASES += global_START="<dl class=\"params\"><dt>Globals</dt><dd><table class=\"params\">" ALIASES += global_{2}="<tr><td class=\"paramname\">\1</td><td>: \2</td></tr>" ALIASES += global_END="</table></dd></dl>" [![enter image description here][1]][1] Error message: error: Illegal alias format `ALIASES += global_START=" Globals \1 : \2 "'. Use "name=value" or "name(n)=value", where n is the number of arguments