You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, a JSDoc summary can end with a :. We should change this by backtracking to a . if one is present and only show the content until then, else still show the summary as-is.
In some cases, a JSDoc summary can end with a
:
. We should change this by backtracking to a.
if one is present and only show the content until then, else still show the summary as-is.The relevant part of the codebase is
deno_doc/src/html/jsdoc.rs
Lines 392 to 418 in 93f4ce3
The text was updated successfully, but these errors were encountered: