I'm try to use Doxygen for Matlab-Code with Doxywizard. For this I take a perl-filter from MatlabCentral. I set:
FILTER_PATTERNS = *.m=m2cpp.pl
The script put into the working directory. But Doxygen says:
sh: 1: m2cpp.pl: not found
I move the script around but the message still the same.
Where I have to put the script and how to setup the configuration right?