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 1141fc6 commit 32bb14dCopy full SHA for 32bb14d
scaladoc/src/dotty/tools/scaladoc/renderers/SiteRenderer.scala
@@ -58,9 +58,10 @@ trait SiteRenderer(using DocContext) extends Locations:
58
.orElse(asStaticSite)
59
.orElse(asAsset)
60
.getOrElse {
61
- if (!summon[DocContext].args.noLinkWarnings) then
+ if (!summon[DocContext].args.noLinkWarnings){
62
val msg = s"Unable to resolve link '$str'"
63
report.warn(msg, content.template.templateFile.file)
64
+ }
65
str
66
}
67
0 commit comments