Understand swagger-jsdoc's relationship with source code
masterIt is important to note that swagger-jsdoc does not parse or interact with your actual application source code. It only reads JSDoc comments and pure YAML files to generate the OpenAPI specification. It does not perform any reading, parsing, or modification of your logic files.
If your workflow requires a tool that analyzes your source code (e.g., TypeScript interfaces or decorators) to generate specifications, consider using an alternative like tsoa.