The default template shouldn't display the parameters for the following constructor, but it does: ```js /** * @classdesc Toaster singleton. * @class * @param {string} foo - the foo * @hideconstructor */ function Toaster() {} ```
The default template shouldn't display the parameters for the following constructor, but it does: