Open Anthony-Gaudino opened 2 years ago
When I add a @file comment to a file, it doesn't show in the Markdown.
@file
Example:
/** * @file This is my file comment. */ /** * This is my funciton. */ function a() { }
Is @file not supported?
@file is currently not supported by jsdoc2md..
When I add a
@file
comment to a file, it doesn't show in the Markdown.Example:
Is
@file
not supported?