jsdoc/jsdoc.github.io

Proposition - @generated tag

sosoba opened this issue · 1 comments

I'd like to suggest adding a @generated tag which would indicate that the given file was generated from a another source. Ex.

/**
 * @generated by openapi-gen from ./src/service.yaml
 */
export const ...

Note the typo in the issue title. See the attached issue from Peggy for a use case.