Skip to content

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

Open
@akash-nx

Description

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

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions