scope '::' incorrectly removed from formatted code
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
This javadoc:
```
/** Insert an element
This function participates in overload
resolution only if
`is_stringlike::value == true`.
*/
```
Produces:
... `is_stringlikevalue == true`
Note how the two colons are missing
Example:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.