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
As described in jsdoc/jsdoc#910, I included a new templates.default.includeDate option that allows the user to disable the current date from the default template.
The PR (jsdoc/jsdoc#916) has been merged, so it'd be nice if this new option can get documented.
If templates.default.includeDate is omitted, the default behaviour is preserved and the date is shown.
If templates.default.includeDate is true, the default behaviour is preserved and the date is shown.
If templates.default.includeDate is false, the current date is not shown.
The text was updated successfully, but these errors were encountered:
As described in jsdoc/jsdoc#910, I included a new
templates.default.includeDate
option that allows the user to disable the current date from the default template.The PR (jsdoc/jsdoc#916) has been merged, so it'd be nice if this new option can get documented.
templates.default.includeDate
is omitted, the default behaviour is preserved and the date is shown.templates.default.includeDate
is true, the default behaviour is preserved and the date is shown.templates.default.includeDate
is false, the current date is not shown.The text was updated successfully, but these errors were encountered: