deno doc --lint
doesn't recognise JSDoc description if preceded by @deprecation
#420
Labels
bug
Something isn't working
To reproduce:
deno doc --lint https://deno.land/[email protected]/encoding/hex.ts
.encode()
function is missing a JSDoc comment.The function isn't missing a JSDoc comment. Rather, the JSDoc comment isn't being recognised because a
@deprecated
block comes before the comment. The workaround is to move the comment to be the first block.The text was updated successfully, but these errors were encountered: