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

added filters argument #7

Merged
merged 2 commits into from Dec 11, 2013
Merged

added filters argument #7

merged 2 commits into from Dec 11, 2013

Conversation

jurgenf
Copy link
Contributor

@jurgenf jurgenf commented Oct 21, 2013

For a project I used your library to generate API documentation. However I had to store the output inside the folder that was being scanned. The current implementation gave a "Namespace alisas already defined" ParseException because it tries to parse its own output. I implemented a --filters (-f) option to allow one to pass a list of shell wildcard patterns to the token reflection library. Now I can add --filters=*.php to the command line options to explicitly process only .php files.

$output->writeln(sprintf('<comment>Applying filter %s</comment>', $filter));
}
}
var_dump($filters);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debugging leftover?

dominics added a commit that referenced this pull request Dec 11, 2013
@dominics dominics merged commit 1d4dd10 into varspool:master Dec 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants