We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fa413 commit db1bc0dCopy full SHA for db1bc0d
scaladoc/src/dotty/tools/scaladoc/renderers/SiteRenderer.scala
@@ -61,7 +61,7 @@ trait SiteRenderer(using DocContext) extends Locations:
61
if (!summon[DocContext].args.noLinkWarnings) then
62
val msg = s"Unable to resolve link '$str'"
63
report.warn(msg, content.template.templateFile.file)
64
- str
+ str
65
}
66
67
def processLocalLinkWithGuard(str: String): String =
0 commit comments