documentationjs / documentationjs/documentation
Issue in generating html output with '&' in @param
Open
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 481
- PR merge metrics
- No merged PRs in 30d
Description
For below docstring:
`@param { Required> & Partial } body specification`
expectation is to see below format in documentation:
`body(Required> & Partial) 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
Contributor guide
Assessment
This issue has not been assessed yet.