Skip to content

Default template displays constructor parameters when @hideconstructor is used #1397

@hegemonic

Description

@hegemonic

The default template shouldn't display the parameters for the following constructor, but it does:

/**
 * @classdesc Toaster singleton.
 * @class
 * @param {string} foo - the foo
 * @hideconstructor
 */
function Toaster() {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions