protobuf.js version: <6.6.0>
w.r.t. the documentation comments enhancement that you added, I find that if I embed hrefs such as below, then The trailing has the '/' removed. The corresponding javadocs does not lose this, so I am reluctant to simply add another '/'.
ERROR_DETAIL = 99; /// Indicates <a href="#errorDetail">Request.errorDetail</a> is set.
will result in
* @property {number} ERROR_DETAIL=99 Indicates <a href="#errorDetail">Request.errorDetail<a> is set.
<please paste the stack trace of the error if applicable>
protobuf.js version: <6.6.0>
w.r.t. the documentation comments enhancement that you added, I find that if I embed hrefs such as below, then The trailing has the '/' removed. The corresponding javadocs does not lose this, so I am reluctant to simply add another '/'.