Open pedro-mass opened 8 months ago
For API documentation, I'm making use of this: https://github.com/Surnet/swagger-jsdoc
For this to work, it needs to follow certain formats:
yaml
When I run the prettier-plugin-jsdoc it breaks the requirements swagger-jsdoc needs.
prettier-plugin-jsdoc
swagger-jsdoc
Things I've tried:
router
@openapi
/* */
/** */
Is there a way to have both? Good jsdoc formatting, but leave the API doc comments alone?
For API documentation, I'm making use of this: https://github.com/Surnet/swagger-jsdoc
For this to work, it needs to follow certain formats:
yaml
When I run the
prettier-plugin-jsdoc
it breaks the requirementsswagger-jsdoc
needs.Things I've tried:
router
files (ref)@openapi
tagswagger-jsdoc
parsing/* */
) instead of double (/** */
) (ref)swagger-jsdoc
only parsing double asteriskIs there a way to have both? Good jsdoc formatting, but leave the API doc comments alone?