Closed
Description
Compiler version
3.1.0
Minimized code
In build.sbt
Compile / doc / scalacOptions ++= Seq(
"-doc-root-content", "rootdoc.txt"
)
In rootdoc.txt
I'm a little [[org.teapot]]
Output
From SBT
[info] Main Scala API documentation to /home/jm/tmp/tmp/target/scala-3.1.0/api...
[warn] No DRI found for query: org.teapot
[warn] one warning found
[info] Main Scala API documentation successful.
[success] Total time: 0 s, completed Nov 3, 2021, 10:35:14 PM
Expectation
It should mention that the problem is in the rootdoc.txt
file.