documentation
documentation copied to clipboard
Issue in generating html output with '&' in @param
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
@tmcw could you help here? if youre aware of any fix?