BRIKEV / express-jsdoc-swagger

Swagger OpenAPI 3.x generator
https://brikev.github.io/express-jsdoc-swagger-docs/#/
MIT License
215 stars 30 forks source link

express-jsdoc-swagger sometimes fails generating code #248

Open BekaArabidze98 opened 1 year ago

BekaArabidze98 commented 1 year ago

I am using your code without running express app. I kinda modified it. I wanted to get code and not display it in browser. But thing is now that It sometimes fails during generating code(It does not fail when displaing it in browser).

For example: It had problem generating because of @example tag. I can also provide the code , If you wish. Because of that It does not generates anything. The result is empty. Is it possbile to avoid checks to get even some part of code even If there was an error, or entire code?

PS I think this is not really a bug, but I could not add labels for this. It is more like a question. Thanks.

orhanayd commented 10 months ago

I have same problem

BekaArabidze98 commented 10 months ago

I dont think this library is maintanted anymore