Skip to content

Issue in generating html output with '&' in @param #1642

@akash-nx

Description

@akash-nx

For below docstring:

@param { Required<Pick<Model1, 'name'>> & Partial<Model1> } body specification

expectation is to see below format in documentation:

body(Required<Pick<Model1, 'name'>> & Partial<Model1>) specification

but I can see:
body(any) specification

version of documentation pkg: 14.0.3
running documentation: npm run documentation
node version: v20.15.0

Similar issue which was created earlier: #1641

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions