ctags command line in wiki contains a syntax error
Created by: SeanHeelan
From https://github.com/DynamoRIO/dynamorio/wiki/Coding-Tips
$ cat ctags.sh
ctags-exuberant '--exclude=win32/*' \
'--regex-c=/([\t](^)+)[ \t]+VAR_IN_SECTION/\1/d,definition/'\
'--regex-c=/DECLARE_[\t,](A-Z]*_VAR\(([^)*[](\t)+)*\**([,](^)+),/\2/d,definition/'\
'--regex-asm=/DECLARE_['--regex-asm=/#[ \t](A-Z_]*FUNC\((.+)\)/\1/d,definition/'\)*define[ \t]+([\t](^()+)/\1/d,definition/'\
'--regex-c++=/OPTION_?[\t](^(]*\([^,)]*,[)*([)\t](^,)+).*/\1/d,definition/'\
-R .
$ ./ctags.sh
ctags.sh: line 4: syntax error near unexpected token `('
ctags.sh: line 4: ` '--regex-asm=/DECLARE_['--regex-asm=/#[ \t](A-Z_]*FUNC\((.+)\)/\1/d,definition/'\)*define[ \t]+([\t](^()+)/\1/d,definition/'\'