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 8a9a8ad commit 1141fc6Copy full SHA for 1141fc6
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