-
Notifications
You must be signed in to change notification settings - Fork 131
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
error: Cannot read property 'Parameter' of undefined #61
Comments
link to 5fe4dd9 |
Open
Did you solve the problem by modifying the source code? |
yes, I think you can merge that pull request in to you main branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now I can use apidoc to generate the html correctly.
But when I try to use command line to gen the swagger-ui json file like following:
apidoc-swagger -i router/ -o swagger_doc/
then I get the error like this :
'error: Cannot read property 'Parameter' of undefined'
It seems I have to debug from the apidoc-swagger source code?
The text was updated successfully, but these errors were encountered: