-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Request: Pass wildcard characters when generating model docs #41
Comments
@barryvdh any luck looking into this? |
Yeah it is on my list but pretty busy.
|
OK, np. I will look forward to this. |
You are free to create a PR if you want off course. |
@barryvdh not sure that this is quite the same request, but I could do with the ability to either exclude directories similar to #135 or the ability to wildcard directories Something simple like this might work?
I say simple, because that allows you to only wildcard single subdirectories. You couldn't use Thoughts? |
@abishekrsrikaanth is this still relevant? What's the use-case for generating the phpdoc for only certain models? I checked the issues (open/closed) and this is the only one suggesting such a feature. It sounds edge-case/y and might not be worth the adding/maintaining. @bytestream there's a config |
Furthermore I just realized the config already has |
Hi Barry,
This is a request for a good to have feature, not sure how easy or difficult this is to implement. Is it possible to have wildcard characters when generating model docs
For example:
which will look for all the Models that starts with
User
and generate the docs for all of themor
which will look for all the Models ending with
User
and generate the docs for all of themor
which will look for all the Models containing the characters
User
and generate the docs for all of themThe text was updated successfully, but these errors were encountered: