Skip to content

Scaladoc does not give source reference for missing DRI in file specified by -doc-root-content #13874

Closed
@jphmrst

Description

@jphmrst

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions