Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to ignore several files #2

Open
NumEricR opened this issue May 3, 2013 · 0 comments
Open

Impossible to ignore several files #2

NumEricR opened this issue May 3, 2013 · 0 comments

Comments

@NumEricR
Copy link

NumEricR commented May 3, 2013

Hi,
Firstly I want to thank you for your work: it's really cool to generate documentation within SublimeText!

Unfortunately I've got a problem with this package. I want to ignore some specific files but it doesn't work (It's ok when trying to ignore only one file).
I use the "additional_args" parameter that way but I also tried to use "-i":

"additional_args": {
    "--ignore": "directory/file1.php,directory/file2.php"
}

and the generated command line is:

phpdoc --ignore=directory/file1.php,directory/file2.php -d /PATH/TO/MY/PROJECT -t /PATH/TO/MY/PROJECT/build/api/ -i /PATH/TO/MY/PROJECT/build/api/

If I modify this command to remove the last -i parameter it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant