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

Blueprint is generating the same documentation multiple times #19

Open
tdanielcox opened this issue Nov 30, 2015 · 1 comment
Open

Blueprint is generating the same documentation multiple times #19

tdanielcox opened this issue Nov 30, 2015 · 1 comment

Comments

@tdanielcox
Copy link

@jasonlewis For some reason the blueprint package is generating the documentation for one of my controllers 9 times and another one of my controllers 4 times.

I only have these two controllers documented so far, however I have several more controllers to do. Any idea why this could be happening?

@tdanielcox
Copy link
Author

More info.

It appears that it is duplicating the full controller's documentation according to the number of documented methods in that controller. For instance my ChannelController has 9 documented methods, so it generates the full ChannelController documentation 9 times. My EntityController has 4 documented methods, so it generates the full EntityController documentation 4 times.

I figured that I must be writing something incorrectly, however everything I have written lines up with what the documentation says to do so I am not sure whats wrong. Here is my EntityController, for reference.

EntityController.txt

I am using this command to generate:
php artisan api:docs --name MyDocs --output-file /var/www/api/docs/documentation.md

Btw, thanks for putting in the effort for dingo, it is a great package

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