8000 Document "nested property" syntax for the `param` tag · Issue #52 · jsdoc/jsdoc.github.io · GitHub
[go: up one dir, main page]

Skip to content
Document "nested property" syntax for the param tag #52
Closed
@hegemonic

Description

@hegemonic

The docs for @param need to show the "nested property" syntax for documenting an object's properties:

/**
 * Sample method.
 * @param {Object} options - Options for the sample method.
 * @param {string} options.foo - The name of the foo.
 */
function sampleMethod(options) {
    // ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0