where python is in the path and python_packages/utilities/doxygenFilter.py is under the working directory (at this stage the doxygenFilter.py just prints "bla")
This works fine in linux (both ubuntu and centos) but when I try to use the same in windows I get errors such as:
Reading "somefile"
The system cannot find the path specified.
Is there a way to do this in windows (and better yet make it work in both windows and linux with the same doxyfile)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a Doxyfile which works fine under linux. It contains a FILTER_PATTERNS element which looks like this:
*.py="python python_packages/utilities/doxygenFilter.py"
where python is in the path and python_packages/utilities/doxygenFilter.py is under the working directory (at this stage the doxygenFilter.py just prints "bla")
This works fine in linux (both ubuntu and centos) but when I try to use the same in windows I get errors such as:
Reading "somefile"
The system cannot find the path specified.
Is there a way to do this in windows (and better yet make it work in both windows and linux with the same doxyfile)?