/home/runner/work/http4s/http4s/core/shared/src/main/scala/org/http4s/Message.scala:686:3: Could not find any member to link for "org.http4s.headers.`Set-Cookie`".
Though org.http4s.headers.`Set-Cookie` is a totally legit reference to the http4s class.
Is this a bug, or am I missing something stupidly obvious?
Actually, this comes from scalac, so this issue isn't related to unidoc particularly. If anyone will be interested in further investigation it's here https://github.com/scala/bug/issues/12628.
I have this scaladoc
and receive this error
Though
org.http4s.headers.`Set-Cookie`
is a totally legit reference to the http4s class. Is this a bug, or am I missing something stupidly obvious?