docca icon indicating copy to clipboard operation
docca copied to clipboard

scope '::' incorrectly removed from formatted code

Open vinniefalco opened this issue 2 years ago • 0 comments

This javadoc:

/** Insert an element

    This function participates in overload
    resolution only if
    `is_stringlike<T>::value == true`.
*/

Produces: ... is_stringlike<T>value == true

Note how the two colons are missing

Example: image

vinniefalco avatar Sep 22 '21 03:09 vinniefalco