documentation icon indicating copy to clipboard operation
documentation copied to clipboard

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

Open akash-nx opened this issue 1 year ago • 1 comments

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: https://github.com/documentationjs/documentation/issues/1641

akash-nx avatar Jul 11 '24 04:07 akash-nx

@tmcw could you help here? if youre aware of any fix?

thejas-vidyasagar avatar Apr 03 '25 20:04 thejas-vidyasagar