jsdoc-parse
jsdoc-parse copied to clipboard
How to comment entire file using @file
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?
@file is currently not supported by jsdoc2md..