You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks, I have the following at the beginning of my source and I would expect it to render (it does with normal jsdoc) but it does not with jsdoc2md. Any ideas of how to make this render? Everything else renders but the first block with @file!
/**
* @file The XYZ Library main file
* @author Karim <[email protected]>
* @copyright XYZ, inc
* @version 0.1.0-alpha
*/
/**
* Metrics string values
* @enum {string}
*/
/** x value */
const metricsEnum = {
x: 'x',
/** y value */
y: 'y',
}
The text was updated successfully, but these errors were encountered:
Hey folks, I have the following at the beginning of my source and I would expect it to render (it does with normal jsdoc) but it does not with jsdoc2md. Any ideas of how to make this render? Everything else renders but the first block with @file!
The text was updated successfully, but these errors were encountered: