jsdoc-parse icon indicating copy to clipboard operation
jsdoc-parse copied to clipboard

How to comment entire file using @file

Open Anthony-Gaudino opened this issue 4 years ago • 1 comments

When I add a @file comment to a file, it doesn't show in the Markdown.

Example:

/**
 * @file This is my file comment.
 */

/**
 * This is my funciton.
 */
function a() {
}

Is @file not supported?

Anthony-Gaudino avatar Dec 09 '21 22:12 Anthony-Gaudino

@file is currently not supported by jsdoc2md..

75lb avatar Aug 27 '24 11:08 75lb