I\'m trying to run PHPDocumentor on my WAMPServer setup. It runs fine, but I\'d like to exclude certain directories, such as \\sqlbuddy\\ which don\'t contain my own code. I
I had the same problem, but different cause: ignoring more than one directory requires passing a comma-separated list i.e:
--ignore sqlbuddy/,docs/